Searched refs:getInsertValue (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 239 return ConstantExpr::getInsertValue(Agg, Val, IdxList); in CreateInsertValue()
|
D | Constants.h | 1164 static Constant *getInsertValue(Constant *Agg, Constant *Val,
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 264 return Fold(ConstantExpr::getInsertValue(Agg, Val, IdxList)); in CreateInsertValue()
|
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 716 SimplifiedValues[&I] = ConstantExpr::getInsertValue(AggC, InsertedC, in visitInsertValue()
|
D | ConstantFolding.cpp | 950 return ConstantExpr::getInsertValue( in ConstantFoldInstruction()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1211 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices(), in getWithOperands() 2126 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() function in ConstantExpr
|
D | Core.cpp | 1325 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 2528 InstResult = ConstantExpr::getInsertValue( in EvaluateBlock()
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 762 return llvm::ConstantExpr::getInsertValue(src, dstAdj, 1); in EmitMemberPointerConversion()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2826 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in ParseValID()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1227 of the aggregate. See the method [llvm::ConstantExpr::getInsertValue]. *)
|