Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeAliases.cpp59 return CE->getWithOperands(Ops); in canonicalizeAlias()
H A DValueMapper.cpp508 return getVM()[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy); in mapValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.cpp204 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps); in resolveConstantForwardRefs()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1297 Constant *getWithOperands(ArrayRef<Constant *> Ops) const {
1298 return getWithOperands(Ops, getType());
1310 Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp711 return CE->getWithOperands( in cloneConstantExprWithNewAddressSpace()
716 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1524 return getWithOperands(NewOps); in getWithOperandReplaced()
1527 Constant *ConstantExpr::getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, in getWithOperands() function in ConstantExpr
3477 if (Constant *C = getWithOperands(NewOps, getType(), true)) in handleOperandChangeImpl()
H A DConstantFold.cpp656 return CE->getWithOperands(Ops, ValVTy->getElementType(), false, in ConstantFoldExtractElementInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1112 return CE->getWithOperands(Ops); in ConstantFoldInstOperandsImpl()