Searched refs:CurrXPN (Results 1 – 1 of 1) sorted by relevance
2482 auto *CurrXPN = dyn_cast<PHINode>(CurrX); in detectShiftUntilBitTestIdiom() local2483 if (!CurrXPN || CurrXPN->getParent() != LoopHeaderBB) { in detectShiftUntilBitTestIdiom()2488 BaseX = CurrXPN->getIncomingValueForBlock(LoopPreheaderBB); in detectShiftUntilBitTestIdiom()2490 dyn_cast<Instruction>(CurrXPN->getIncomingValueForBlock(LoopHeaderBB)); in detectShiftUntilBitTestIdiom()