Home
last modified time | relevance | path

Searched refs:ExtAmtTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp378 LLT ExtAmtTy = MRI.getType(Ext.getOperand(0).getReg()); in applyCanonicalizeZextShiftAmt() local
383 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()