Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:URem

416     // Transform "urem x, pow2" -> "and x, pow2-1".
417 if (ISDOpcode == ISD::UREM && isa<BinaryOperator>(I) &&
1005 case Instruction::URem:
1006 return SelectBinaryOp(I, ISD::UREM);