Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstantFolder.h271 return ConstantExpr::getInsertValue(Agg, Val, IdxList); in CreateInsertValue()
DConstants.h1194 static Constant *getInsertValue(Constant *Agg, Constant *Val,
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetFolder.h263 return Fold(ConstantExpr::getInsertValue(Agg, Val, IdxList)); in CreateInsertValue()
/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-7.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp402 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp1215 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices(), in getWithOperands()
2119 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() function in ConstantExpr
DCore.cpp1609 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp1157 return ConstantExpr::getInsertValue(/*AggregateOperand*/ COps[0], in visitInsertValue()
DConstantFolding.cpp1147 return ConstantExpr::getInsertValue( in ConstantFoldInstruction()
/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]. *)

12