Searched refs:getExtractValue (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroElide.cpp | 234 ConstantExpr::getExtractValue(Resumers, CoroSubFnInst::ResumeIndex); in processCoroId() 240 auto *DestroyAddrConstant = ConstantExpr::getExtractValue( in processCoroId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 269 return ConstantExpr::getExtractValue(Agg, IdxList); in CreateExtractValue()
|
D | Constants.h | 1203 static Constant *getExtractValue(Constant *Agg, ArrayRef<unsigned> Idxs,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 261 return Fold(ConstantExpr::getExtractValue(Agg, IdxList)); in CreateExtractValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 423 InstResult = ConstantExpr::getExtractValue( in EvaluateBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1060 return ConstantExpr::getExtractValue( in ConstantFoldInstOperandsImpl() 1183 return ConstantExpr::getExtractValue( in ConstantFoldInstruction()
|
D | InlineCost.cpp | 1422 return ConstantExpr::getExtractValue(COps[0], I.getIndices()); in visitExtractValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 1323 return ConstantExpr::getExtractValue(Ops[0], getIndices(), OnlyIfReducedTy); in getWithOperands() 2275 Constant *ConstantExpr::getExtractValue(Constant *Agg, ArrayRef<unsigned> Idxs, in getExtractValue() function in ConstantExpr
|
D | Core.cpp | 1794 return wrap(ConstantExpr::getExtractValue(unwrap<Constant>(AggConstant), in LLVMConstExtractValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 229 Elt = ConstantExpr::getExtractValue(Elt, LaterIndices); in foldCmpLoadFromIndexedGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3357 ID.ConstantVal = ConstantExpr::getExtractValue(Val, Indices); in ParseValID()
|