Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1618 PHINode *VarPhi = cast<PHINode>(DefX); in detectShiftUntilLessThanIdiom() local
1619 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()