Home
last modified time | relevance | path

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/
DCoroElide.cpp234 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/
DConstantFolder.h269 return ConstantExpr::getExtractValue(Agg, IdxList); in CreateExtractValue()
DConstants.h1203 static Constant *getExtractValue(Constant *Agg, ArrayRef<unsigned> Idxs,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h261 return Fold(ConstantExpr::getExtractValue(Agg, IdxList)); in CreateExtractValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp423 InstResult = ConstantExpr::getExtractValue( in EvaluateBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp1060 return ConstantExpr::getExtractValue( in ConstantFoldInstOperandsImpl()
1183 return ConstantExpr::getExtractValue( in ConstantFoldInstruction()
DInlineCost.cpp1422 return ConstantExpr::getExtractValue(COps[0], I.getIndices()); in visitExtractValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1323 return ConstantExpr::getExtractValue(Ops[0], getIndices(), OnlyIfReducedTy); in getWithOperands()
2275 Constant *ConstantExpr::getExtractValue(Constant *Agg, ArrayRef<unsigned> Idxs, in getExtractValue() function in ConstantExpr
DCore.cpp1794 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/
DInstCombineCompares.cpp229 Elt = ConstantExpr::getExtractValue(Elt, LaterIndices); in foldCmpLoadFromIndexedGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp3357 ID.ConstantVal = ConstantExpr::getExtractValue(Val, Indices); in ParseValID()