Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPatternMatchPass.cpp4693 if (Instruction * divSrc = dyn_cast<Instruction>(I.getOperand(0))) in MatchAvg() local
4695 if (divSrc->getOpcode() == Instruction::Add && !NeedInstruction(*divSrc)) in MatchAvg()
4697 Instruction* instAdd = cast<Instruction>(divSrc); in MatchAvg()