Searched refs:getWithOperands (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CanonicalizeAliases.cpp | 57 return CE->getWithOperands(Ops); in canonicalizeAlias()
|
| H A D | ValueMapper.cpp | 521 return getVM()[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy); in mapValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1343 Constant *getWithOperands(ArrayRef<Constant *> Ops) const { 1344 return getWithOperands(Ops, getType()); 1356 LLVM_ABI Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 829 return CE->getWithOperands(NewOperands, TargetType, /*OnlyIfReduced=*/false, in cloneConstantExprWithNewAddressSpace() 833 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 378 return CE->getWithOperands(Ops, ValVTy->getElementType(), false, in ConstantFoldExtractElementInstruction()
|
| H A D | Constants.cpp | 1551 Constant *ConstantExpr::getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, in getWithOperands() function in ConstantExpr 3390 if (Constant *C = getWithOperands(NewOps, getType(), true)) in handleOperandChangeImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 2326 const SCEV *getWithOperands(const SCEV *S,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1045 return CE->getWithOperands(Ops); in ConstantFoldInstOperandsImpl()
|
| H A D | ScalarEvolution.cpp | 9920 ScalarEvolution::getWithOperands(const SCEV *S, in getWithOperands() function in ScalarEvolution 10037 return getWithOperands(V, NewOps); in computeSCEVAtScope()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 20885 {"_ZNK4llvm12ConstantExpr15getWithOperandsEPKPNS_8ConstantEj", "llvm::ConstantExpr::getWithOperands…
|