Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp2116 auto CastFn = Prepare->getArgOperand(0); // as an i8* in replacePrepare() local
2117 auto Fn = CastFn->stripPointerCasts(); // as its original type in replacePrepare()
2138 Prepare->replaceAllUsesWith(CastFn); in replacePrepare()
2142 while (auto *Cast = dyn_cast<BitCastInst>(CastFn)) { in replacePrepare()
2145 CastFn = Cast->getOperand(0); in replacePrepare()