Searched refs:DefX (Results 1 – 1 of 1) sorted by relevance
1153 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()1324 DefX = nullptr; in detectShiftUntilZeroIdiom()1332 DefX = dyn_cast<Instruction>(T); in detectShiftUntilZeroIdiom()1337 if (!DefX || !DefX->isShift()) in detectShiftUntilZeroIdiom()1344 VarX = DefX->getOperand(0); in detectShiftUntilZeroIdiom()1347 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom()1399 Instruction *DefX = nullptr; in recognizeAndInsertFFS() local1407 CntInst, CntPhi, DefX)) in recognizeAndInsertFFS()1471 DefX->getDebugLoc(), ZeroCheck, in recognizeAndInsertFFS()1599 if (DefX->getOpcode() == Instruction::AShr) in transformLoopToCountable()[all …]