reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4256 if (isMask_32(Mask) && (RHSV & ~Mask) == 0 && Mask != 255 && Mask != 65535) { 4258 if (RHSV && (RHSV > 255 || (RHSV << ShiftBits) <= 255)) { 4258 if (RHSV && (RHSV > 255 || (RHSV << ShiftBits) <= 255)) { 4258 if (RHSV && (RHSV > 255 || (RHSV << ShiftBits) <= 255)) { 4261 RHS = DAG.getConstant(RHSV << ShiftBits, dl, MVT::i32);