Searched refs:getWithOperands (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CanonicalizeAliases.cpp | 57 return CE->getWithOperands(Ops); in canonicalizeAlias()
|
| H A D | ValueMapper.cpp | 520 return getVM()[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy); in mapValue()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1310 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 D | InferAddressSpaces.cpp | 770 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 D | ConstantFold.cpp | 383 return CE->getWithOperands(Ops, ValVTy->getElementType(), false, in ConstantFoldExtractElementInstruction()
|
| H A D | Constants.cpp | 1525 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 D | ScalarEvolution.h | 2230 const SCEV *getWithOperands(const SCEV *S,
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1022 return CE->getWithOperands(Ops); in ConstantFoldInstOperandsImpl()
|
| H A D | ScalarEvolution.cpp | 9865 ScalarEvolution::getWithOperands(const SCEV *S, in getWithOperands() function in ScalarEvolution 9982 return getWithOperands(V, NewOps); in computeSCEVAtScope()
|