/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ConstantFolder.h | 232 return ConstantExpr::getInsertValue(Agg, Val, IdxList); in CreateInsertValue()
|
D | TargetFolder.h | 249 return Fold(ConstantExpr::getInsertValue(Agg, Val, IdxList)); in CreateInsertValue()
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 239 return ConstantExpr::getInsertValue(Agg, Val, IdxList); in CreateInsertValue()
|
D | Constants.h | 1122 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/Transforms/Utils/ |
D | Evaluator.cpp | 303 InstResult = ConstantExpr::getInsertValue( in EvaluateBlock()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 831 static Constant *getInsertValue(Constant *Agg, Constant *Val,
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 1733 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() function in ConstantExpr 2111 Replacement = ConstantExpr::getInsertValue(Agg, Val, Indices); in replaceUsesOfWithOnConstant()
|
D | Core.cpp | 1014 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()
|
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 839 ConstantExpr::getInsertValue(AggC, InsertedC, I.getIndices()); in visitInsertValue()
|
D | ConstantFolding.cpp | 1024 return ConstantExpr::getInsertValue( in ConstantFoldInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 774 return ConstantExpr::getInsertValue( in ConstantFoldInstruction()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1160 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices(), in getWithOperands() 2065 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() function in ConstantExpr
|
D | Core.cpp | 1412 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 755 return llvm::ConstantExpr::getInsertValue(src, dstAdj, 1); in EmitMemberPointerConversion()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 2139 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in ParseValID()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 1097 of the aggregate. See the method [llvm::ConstantExpr::getInsertValue]. *)
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2990 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in ParseValID()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1257 of the aggregate. See the method [llvm::ConstantExpr::getInsertValue]. *)
|