Searched refs:MBMI (Results 1 – 1 of 1) sorted by relevance
3816 uint64_t MBMI = MI.getOperand(3).getImm(); in combineRLWINM() local3820 assert((MEMI < 32 && MESrc < 32 && MBMI < 32 && MBSrc < 32) && in combineRLWINM()3846 if ((MBMI > MEMI) && !SrcMaskFull) in combineRLWINM()3850 APInt MaskMI = APInt::getBitsSetWithWrap(32, 32 - MEMI - 1, 32 - MBMI); in combineRLWINM()