Searched refs:WidthImm (Results 1 – 2 of 2) sorted by relevance
263 uint64_t WidthImm = ConstWidth->Value.getZExtValue(); in lowerV_BFE() local270 if (WidthImm <= 32) { in lowerV_BFE()283 auto Amt = B.buildConstant(VgprRB_S32, WidthImm - 32); in lowerV_BFE()
1516 auto WidthImm = ConstWidth->Value.getZExtValue(); in applyMappingBFE() local1517 if (WidthImm <= 32) { in applyMappingBFE()1529 auto UpperWidth = B.buildConstant(S32, WidthImm - 32); in applyMappingBFE()