reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
883 !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0)) 895 if (SMPos0 != SMPos1 || SMSize0 != SMSize1) 908 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits())) 914 DAG.getConstant(SMSize0, DL, MVT::i32), 921 if (~CN->getSExtValue() == ((((int64_t)1 << SMSize0) - 1) << SMPos0) && 922 ((SMSize0 + SMPos0 <= 64 && Subtarget.hasMips64r2()) || 923 (SMSize0 + SMPos0 <= 32))) { 952 DAG.getConstant(ValTy.getSizeInBits() / 8 < 8 ? SMSize0 & 31 953 : SMSize0,