Home
last modified time | relevance | path

Searched refs:getWithOperands (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeAliases.cpp57 return CE->getWithOperands(Ops); in canonicalizeAlias()
H A DValueMapper.cpp520 return getVM()[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy); in mapValue()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1310 Constant *getWithOperands(ArrayRef<Constant *> Ops) const {
1311 return getWithOperands(Ops, getType());
1323 Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp770 return CE->getWithOperands(NewOperands, TargetType, /*OnlyIfReduced=*/false, in cloneConstantExprWithNewAddressSpace()
774 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
/src/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp383 return CE->getWithOperands(Ops, ValVTy->getElementType(), false, in ConstantFoldExtractElementInstruction()
H A DConstants.cpp1525 Constant *ConstantExpr::getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, in getWithOperands() function in ConstantExpr
3359 if (Constant *C = getWithOperands(NewOps, getType(), true)) in handleOperandChangeImpl()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2230 const SCEV *getWithOperands(const SCEV *S,
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1022 return CE->getWithOperands(Ops); in ConstantFoldInstOperandsImpl()
H A DScalarEvolution.cpp9865 ScalarEvolution::getWithOperands(const SCEV *S, in getWithOperands() function in ScalarEvolution
9982 return getWithOperands(V, NewOps); in computeSCEVAtScope()