Home | History | Annotate | Download | only in Mips

Lines Matching refs:SMSize0

735   uint64_t SMPos0, SMSize0, SMPos1, SMSize1;
743 !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0))
755 if (SMPos0 != SMPos1 || SMSize0 != SMSize1)
770 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits()))
776 DAG.getConstant(SMSize0, DL, MVT::i32),