Searched refs:ExtAmtTy (Results 1 – 1 of 1) sorted by relevance
378 LLT ExtAmtTy = MRI.getType(Ext.getOperand(0).getReg()); in applyCanonicalizeZextShiftAmt() local383 auto NewExt = B.buildAnyExt(ExtAmtTy, AmtReg); in applyCanonicalizeZextShiftAmt()385 ExtAmtTy, maskTrailingOnes<uint64_t>(AmtTy.getScalarSizeInBits())); in applyCanonicalizeZextShiftAmt()386 auto And = B.buildAnd(ExtAmtTy, NewExt, Mask); in applyCanonicalizeZextShiftAmt()