Searched refs:IndexArg (Results 1 – 3 of 3) sorted by relevance
36 enum { FrameArg, IndexArg }; enumerator57 return cast<ConstantInt>(getArgOperand(IndexArg)); in getRawIndex()
1220 Value *IndexArg = Call->getArgOperand(1); in mapWasmLandingPadIndex() local1221 int Index = cast<ConstantInt>(IndexArg)->getZExtValue(); in mapWasmLandingPadIndex()
3656 TemplateArgument IndexArg = Converted[0], Ts = Converted[1]; in checkBuiltinTemplateIdType() local3657 if (IndexArg.isDependent() || Ts.isDependent()) in checkBuiltinTemplateIdType()3661 llvm::APSInt Index = IndexArg.getAsIntegral(); in checkBuiltinTemplateIdType()