Searched refs:getInsertValue (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 279 return ConstantExpr::getInsertValue(Agg, Val, IdxList); in CreateInsertValue()
|
| H A D | Constants.h | 1257 static Constant *getInsertValue(Constant *Agg, Constant *Val,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 273 return Fold(ConstantExpr::getInsertValue(Agg, Val, IdxList)); in CreateInsertValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 425 InstResult = ConstantExpr::getInsertValue( in EvaluateBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Constants.cpp | 1557 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 D | Core.cpp | 1852 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 1769 return ConstantExpr::getInsertValue(/*AggregateOperand*/ COps[0], in visitInsertValue()
|
| H A D | ConstantFolding.cpp | 1207 return ConstantExpr::getInsertValue(Ops[0], Ops[1], IVI->getIndices()); in ConstantFoldInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 996 return llvm::ConstantExpr::getInsertValue(src, dstAdj, 1); in EmitMemberPointerConversion()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1351 of the aggregate. See the method [llvm::ConstantExpr::getInsertValue]. *)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3674 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in parseValID()
|