Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstantFolder.h239 return ConstantExpr::getInsertValue(Agg, Val, IdxList); in CreateInsertValue()
DConstants.h1164 static Constant *getInsertValue(Constant *Agg, Constant *Val,
/external/llvm/include/llvm/Analysis/
DTargetFolder.h264 return Fold(ConstantExpr::getInsertValue(Agg, Val, IdxList)); in CreateInsertValue()
/external/llvm/lib/Analysis/
DInlineCost.cpp716 SimplifiedValues[&I] = ConstantExpr::getInsertValue(AggC, InsertedC, in visitInsertValue()
DConstantFolding.cpp950 return ConstantExpr::getInsertValue( in ConstantFoldInstruction()
/external/llvm/lib/IR/
DConstants.cpp1211 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices(), in getWithOperands()
2126 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() function in ConstantExpr
DCore.cpp1325 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2528 InstResult = ConstantExpr::getInsertValue( in EvaluateBlock()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp762 return llvm::ConstantExpr::getInsertValue(src, dstAdj, 1); in EmitMemberPointerConversion()
/external/llvm/lib/AsmParser/
DLLParser.cpp2826 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in ParseValID()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1227 of the aggregate. See the method [llvm::ConstantExpr::getInsertValue]. *)