Searched refs:getWithOperands (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | CanonicalizeAliases.cpp | 58 return CE->getWithOperands(Ops); in canonicalizeAlias()
|
| H A D | ValueMapper.cpp | 519 return getVM()[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy); in mapValue()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1300 Constant *getWithOperands(ArrayRef<Constant *> Ops) const { 1301 return getWithOperands(Ops, getType()); 1313 Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 749 return CE->getWithOperands(NewOperands, TargetType, /*OnlyIfReduced=*/false, in cloneConstantExprWithNewAddressSpace() 753 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Constants.cpp | 1456 Constant *ConstantExpr::getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, in getWithOperands() function in ConstantExpr 3422 if (Constant *C = getWithOperands(NewOps, getType(), true)) in handleOperandChangeImpl()
|
| H A D | ConstantFold.cpp | 648 return CE->getWithOperands(Ops, ValVTy->getElementType(), false, in ConstantFoldExtractElementInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1069 return CE->getWithOperands(Ops); in ConstantFoldInstOperandsImpl()
|