Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h36 enum { FrameArg, IndexArg }; enumerator
57 return cast<ConstantInt>(getArgOperand(IndexArg)); in getRawIndex()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1220 Value *IndexArg = Call->getArgOperand(1); in mapWasmLandingPadIndex() local
1221 int Index = cast<ConstantInt>(IndexArg)->getZExtValue(); in mapWasmLandingPadIndex()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp3656 TemplateArgument IndexArg = Converted[0], Ts = Converted[1]; in checkBuiltinTemplateIdType() local
3657 if (IndexArg.isDependent() || Ts.isDependent()) in checkBuiltinTemplateIdType()
3661 llvm::APSInt Index = IndexArg.getAsIntegral(); in checkBuiltinTemplateIdType()