Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:MUL

550         IdxN = fastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT);
1484 case Instruction::Mul:
1485 return selectBinaryOp(I, ISD::MUL);
1656 if (Opcode == ISD::MUL && isPowerOf2_64(Imm)) {