Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UREM

398     // Transform "urem x, pow2" -> "and x, pow2-1".
399 if (ISDOpcode == ISD::UREM && isa<BinaryOperator>(I) &&
950 case Instruction::URem:
951 return SelectBinaryOp(I, ISD::UREM);