Home
last modified time | relevance | path

Searched refs:getInsertValue (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h279 return ConstantExpr::getInsertValue(Agg, Val, IdxList); in CreateInsertValue()
H A DConstants.h1257 static Constant *getInsertValue(Constant *Agg, Constant *Val,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h273 return Fold(ConstantExpr::getInsertValue(Agg, Val, IdxList)); in CreateInsertValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp425 InstResult = ConstantExpr::getInsertValue( in EvaluateBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1557 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices(), in getWithOperands()
2611 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() function in ConstantExpr
H A DCore.cpp1852 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp1769 return ConstantExpr::getInsertValue(/*AggregateOperand*/ COps[0], in visitInsertValue()
H A DConstantFolding.cpp1207 return ConstantExpr::getInsertValue(Ops[0], Ops[1], IVI->getIndices()); in ConstantFoldInstruction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp996 return llvm::ConstantExpr::getInsertValue(src, dstAdj, 1); in EmitMemberPointerConversion()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1351 of the aggregate. See the method [llvm::ConstantExpr::getInsertValue]. *)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3674 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in parseValID()