Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCanonicalizeAliases.cpp58 return CE->getWithOperands(Ops); in canonicalizeAlias()
H A DValueMapper.cpp519 return getVM()[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy); in mapValue()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstants.h1300 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 DInferAddressSpaces.cpp749 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 DConstants.cpp1456 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 DConstantFold.cpp648 return CE->getWithOperands(Ops, ValVTy->getElementType(), false, in ConstantFoldExtractElementInstruction()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp1069 return CE->getWithOperands(Ops); in ConstantFoldInstOperandsImpl()