Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp2025 auto CastFn = Prepare->getArgOperand(0); // as an i8* in replacePrepare() local
2026 auto Fn = CastFn->stripPointerCasts(); // as its original type in replacePrepare()
2047 Prepare->replaceAllUsesWith(CastFn); in replacePrepare()
2051 while (auto *Cast = dyn_cast<BitCastInst>(CastFn)) { in replacePrepare()
2054 CastFn = Cast->getOperand(0); in replacePrepare()