Searched refs:divSrc (Results 1 – 1 of 1) sorted by relevance
4693 if (Instruction * divSrc = dyn_cast<Instruction>(I.getOperand(0))) in MatchAvg() local4695 if (divSrc->getOpcode() == Instruction::Add && !NeedInstruction(*divSrc)) in MatchAvg()4697 Instruction* instAdd = cast<Instruction>(divSrc); in MatchAvg()