Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCanonicalizeAliases.cpp59 return CE->getWithOperands(Ops); in canonicalizeAlias()
H A DValueMapper.cpp475 return getVM()[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy); in mapValue()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DValueList.cpp204 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps); in resolveConstantForwardRefs()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstants.h1230 Constant *getWithOperands(ArrayRef<Constant*> Ops) const {
1231 return getWithOperands(Ops, getType());
1243 Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp565 return CE->getWithOperands( in cloneConstantExprWithNewAddressSpace()
570 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp1203 return getWithOperands(NewOps); in getWithOperandReplaced()
1206 Constant *ConstantExpr::getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, in getWithOperands() function in ConstantExpr
2965 if (Constant *C = getWithOperands(NewOps, getType(), true)) in handleOperandChangeImpl()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1020 return CE->getWithOperands(Ops); in ConstantFoldInstOperandsImpl()