Home
last modified time | relevance | path

Searched defs:InfoArg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h147 enum { AlignArg, PromiseArg, CoroutineArg, InfoArg }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5400 auto *InfoArg = Call.getArgOperand(3)->stripPointerCasts(); in visitIntrinsicCall() local