Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h50 int64_t Index = getRawIndex()->getValue().getSExtValue(); in getIndex()
56 ConstantInt *getRawIndex() const { in getRawIndex() function
H A DCoroSplit.cpp1539 Suspend->replaceAllUsesWith(SubFn->getRawIndex()); in simplifySuspendPoint()