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