Searched refs:getWithOperands (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CanonicalizeAliases.cpp | 56 return CE->getWithOperands(Ops); in canonicalizeAlias()
|
| H A D | ValueMapper.cpp | 520 return getVM()[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy); in mapValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1260 Constant *getWithOperands(ArrayRef<Constant *> Ops) const { 1261 return getWithOperands(Ops, getType()); 1273 Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 769 return CE->getWithOperands(NewOperands, TargetType, /*OnlyIfReduced=*/false, in cloneConstantExprWithNewAddressSpace() 773 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 2208 const SCEV *getWithOperands(const SCEV *S,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 1450 Constant *ConstantExpr::getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, in getWithOperands() function in ConstantExpr 3214 if (Constant *C = getWithOperands(NewOps, getType(), true)) in handleOperandChangeImpl()
|
| H A D | ConstantFold.cpp | 451 return CE->getWithOperands(Ops, ValVTy->getElementType(), false, in ConstantFoldExtractElementInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1039 return CE->getWithOperands(Ops); in ConstantFoldInstOperandsImpl()
|
| H A D | ScalarEvolution.cpp | 9803 ScalarEvolution::getWithOperands(const SCEV *S, in getWithOperands() function in ScalarEvolution 9920 return getWithOperands(V, NewOps); in computeSCEVAtScope()
|