Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UREM

420     // Transform "urem x, pow2" -> "and x, pow2-1".
421 if (ISDOpcode == ISD::UREM && isa<BinaryOperator>(I) &&
1118 case Instruction::URem:
1119 return SelectBinaryOp(I, ISD::UREM);