Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeAliases.cpp56 return CE->getWithOperands(Ops); in canonicalizeAlias()
H A DValueMapper.cpp520 return getVM()[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy); in mapValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1260 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 DInferAddressSpaces.cpp769 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 DScalarEvolution.h2208 const SCEV *getWithOperands(const SCEV *S,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1450 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 DConstantFold.cpp451 return CE->getWithOperands(Ops, ValVTy->getElementType(), false, in ConstantFoldExtractElementInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1039 return CE->getWithOperands(Ops); in ConstantFoldInstOperandsImpl()
H A DScalarEvolution.cpp9803 ScalarEvolution::getWithOperands(const SCEV *S, in getWithOperands() function in ScalarEvolution
9920 return getWithOperands(V, NewOps); in computeSCEVAtScope()