Searched refs:SMSize0 (Results 1 – 1 of 1) sorted by relevance
887 unsigned SMPos0, SMSize0, SMPos1, SMSize1; in performORCombine() local895 !isShiftedMask_64(~CN->getSExtValue(), SMPos0, SMSize0)) in performORCombine()907 if (SMPos0 != SMPos1 || SMSize0 != SMSize1) in performORCombine()920 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits())) in performORCombine()926 DAG.getConstant(SMSize0, DL, MVT::i32), in performORCombine()933 if (~CN->getSExtValue() == ((((int64_t)1 << SMSize0) - 1) << SMPos0) && in performORCombine()934 ((SMSize0 + SMPos0 <= 64 && Subtarget.hasMips64r2()) || in performORCombine()935 (SMSize0 + SMPos0 <= 32))) { in performORCombine()964 DAG.getConstant(ValTy.getSizeInBits() / 8 < 8 ? SMSize0 & 31 in performORCombine()965 : SMSize0, in performORCombine()