Searched refs:getInsertValue (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 274 return ConstantExpr::getInsertValue(Agg, Val, IdxList); in CreateInsertValue()
|
D | Constants.h | 1205 static Constant *getInsertValue(Constant *Agg, Constant *Val,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 266 return Fold(ConstantExpr::getInsertValue(Agg, Val, IdxList)); in CreateInsertValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 428 InstResult = ConstantExpr::getInsertValue( in EvaluateBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 1433 return ConstantExpr::getInsertValue(/*AggregateOperand*/ COps[0], in visitInsertValue()
|
D | ConstantFolding.cpp | 1176 return ConstantExpr::getInsertValue( in ConstantFoldInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 1320 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices(), in getWithOperands() 2251 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() function in ConstantExpr
|
D | Core.cpp | 1801 return wrap(ConstantExpr::getInsertValue(unwrap<Constant>(AggConstant), in LLVMConstInsertValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3383 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in ParseValID()
|