Searched refs:CastFn (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1568 auto CastFn = Prepare->getArgOperand(0); // as an i8* local
1569 auto Fn = CastFn->stripPointerCasts(); // as its original type
1610 Prepare->replaceAllUsesWith(CastFn);
1614 while (auto *Cast = dyn_cast<BitCastInst>(CastFn)) {
1616 CastFn = Cast->getOperand(0);

Completed in 169 milliseconds