Searched refs:DefX (Results 1 – 1 of 1) sorted by relevance
1611 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()1780 DefX = nullptr; in detectShiftUntilZeroIdiom()1788 DefX = dyn_cast<Instruction>(T); in detectShiftUntilZeroIdiom()1793 if (!DefX || !DefX->isShift()) in detectShiftUntilZeroIdiom()1800 VarX = DefX->getOperand(0); in detectShiftUntilZeroIdiom()1803 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom()1854 Instruction *DefX = nullptr; in recognizeAndInsertFFS() local1862 CntInst, CntPhi, DefX)) in recognizeAndInsertFFS()1933 DefX->getDebugLoc(), ZeroCheck, in recognizeAndInsertFFS()2064 if (DefX->getOpcode() == Instruction::AShr) in transformLoopToCountable()[all …]