Searched refs:VarPhi (Results 1 – 1 of 1) sorted by relevance
1618 PHINode *VarPhi = cast<PHINode>(DefX); in detectShiftUntilLessThanIdiom() local1619 int Idx = VarPhi->getBasicBlockIndex(LoopEntry); in detectShiftUntilLessThanIdiom()1623 DefX = dyn_cast<Instruction>(VarPhi->getIncomingValue(Idx)); in detectShiftUntilLessThanIdiom()1624 if (!DefX || DefX->getNumOperands() == 0 || DefX->getOperand(0) != VarPhi) in detectShiftUntilLessThanIdiom()1636 InitX = VarPhi->getIncomingValueForBlock(CurLoop->getLoopPreheader()); in detectShiftUntilLessThanIdiom()