reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
854 if ((RHSC & (Size - 1)) == 0 && RHSC >= 0 && 854 if ((RHSC & (Size - 1)) == 0 && RHSC >= 0 && 855 RHSC < (0x1000 << Log2_32(Size))) 857 if (RHSC >= -256 && RHSC < 256) { 857 if (RHSC >= -256 && RHSC < 256) { 865 OffImm = CurDAG->getTargetConstant(RHSC, SDLoc(N), MVT::i64);