Home
last modified time | relevance | path

Searched refs:IndexArg (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInstr.h36 enum { FrameArg, IndexArg }; enumerator
57 return cast<ConstantInt>(getArgOperand(IndexArg)); in getRawIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1230 Value *IndexArg = Call->getArgOperand(1); in mapWasmLandingPadIndex() local
1231 int Index = cast<ConstantInt>(IndexArg)->getZExtValue(); in mapWasmLandingPadIndex()