Searched refs:DefX (Results 1 – 1 of 1) sorted by relevance
1528 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()1697 DefX = nullptr; in detectShiftUntilZeroIdiom()1705 DefX = dyn_cast<Instruction>(T); in detectShiftUntilZeroIdiom()1710 if (!DefX || !DefX->isShift()) in detectShiftUntilZeroIdiom()1717 VarX = DefX->getOperand(0); in detectShiftUntilZeroIdiom()1720 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom()1771 Instruction *DefX = nullptr; in recognizeAndInsertFFS() local1779 CntInst, CntPhi, DefX)) in recognizeAndInsertFFS()1850 DefX->getDebugLoc(), ZeroCheck, in recognizeAndInsertFFS()1981 if (DefX->getOpcode() == Instruction::AShr) in transformLoopToCountable()[all …]