Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantFolder.h232 return ConstantExpr::getInsertValue(Agg, Val, IdxList); in CreateInsertValue()
DTargetFolder.h249 return Fold(ConstantExpr::getInsertValue(Agg, Val, IdxList)); in CreateInsertValue()
/external/llvm/include/llvm/IR/
DConstantFolder.h239 return ConstantExpr::getInsertValue(Agg, Val, IdxList); in CreateInsertValue()
DConstants.h1122 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/Transforms/Utils/
DEvaluator.cpp303 InstResult = ConstantExpr::getInsertValue( in EvaluateBlock()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h831 static Constant *getInsertValue(Constant *Agg, Constant *Val,
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1733 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() function in ConstantExpr
2111 Replacement = ConstantExpr::getInsertValue(Agg, Val, Indices); in replaceUsesOfWithOnConstant()
DCore.cpp1014 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()
/external/llvm/lib/Analysis/
DInlineCost.cpp839 ConstantExpr::getInsertValue(AggC, InsertedC, I.getIndices()); in visitInsertValue()
DConstantFolding.cpp1024 return ConstantExpr::getInsertValue( in ConstantFoldInstruction()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp774 return ConstantExpr::getInsertValue( in ConstantFoldInstruction()
/external/llvm/lib/IR/
DConstants.cpp1160 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices(), in getWithOperands()
2065 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() function in ConstantExpr
DCore.cpp1412 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp755 return llvm::ConstantExpr::getInsertValue(src, dstAdj, 1); in EmitMemberPointerConversion()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2139 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in ParseValID()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli1097 of the aggregate. See the method [llvm::ConstantExpr::getInsertValue]. *)
/external/llvm/lib/AsmParser/
DLLParser.cpp2990 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in ParseValID()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1257 of the aggregate. See the method [llvm::ConstantExpr::getInsertValue]. *)