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