Searched refs:SMSize0 (Results 1 – 1 of 1) sorted by relevance
875 uint64_t SMPos0, SMSize0, SMPos1, SMSize1; in performORCombine() local883 !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0)) in performORCombine()895 if (SMPos0 != SMPos1 || SMSize0 != SMSize1) in performORCombine()908 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits())) in performORCombine()914 DAG.getConstant(SMSize0, DL, MVT::i32), in performORCombine()921 if (~CN->getSExtValue() == ((((int64_t)1 << SMSize0) - 1) << SMPos0) && in performORCombine()922 ((SMSize0 + SMPos0 <= 64 && Subtarget.hasMips64r2()) || in performORCombine()923 (SMSize0 + SMPos0 <= 32))) { in performORCombine()952 DAG.getConstant(ValTy.getSizeInBits() / 8 < 8 ? SMSize0 & 31 in performORCombine()953 : SMSize0, in performORCombine()