Home
last modified time | relevance | path

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

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