Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DValueList.cpp210 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps); in resolveConstantForwardRefs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h1292 Constant *getWithOperands(ArrayRef<Constant *> Ops) const {
1293 return getWithOperands(Ops, getType());
1305 Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp708 return CE->getWithOperands( in cloneConstantExprWithNewAddressSpace()
713 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1522 return getWithOperands(NewOps); in getWithOperandReplaced()
1525 Constant *ConstantExpr::getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, in getWithOperands() function in ConstantExpr
3475 if (Constant *C = getWithOperands(NewOps, getType(), true)) in handleOperandChangeImpl()
H A DConstantFold.cpp896 return CE->getWithOperands(Ops, ValVTy->getElementType(), false, in ConstantFoldExtractElementInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1074 return CE->getWithOperands(Ops); in ConstantFoldInstOperandsImpl()