Searched refs:getInsertValue (Results 1 – 9 of 9) sorted by relevance
/external/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/ |
D | Constants.h | 1048 static Constant *getInsertValue(Constant *Agg, Constant *Val,
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 441 return llvm::ConstantExpr::getInsertValue(src, dstAdj, 1); in EmitMemberPointerConversion()
|
/external/llvm/lib/VMCore/ |
D | Constants.cpp | 1080 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices()); in getWithOperands() 1875 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() function in ConstantExpr
|
D | Core.cpp | 1031 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 804 return ConstantExpr::getInsertValue( in ConstantFoldInstruction()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2136 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in ParseValID()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1098 of the aggregate. See the method [llvm::ConstantExpr::getInsertValue]. *)
|