Searched refs:Other_umax (Results 1 – 2 of 2) sorted by relevance
1220 APInt Other_umax = Other.getUnsignedMax(); in shl() local1224 if (Other_umax.isNullValue()) in shl()1227 if (Other_umax.ugt(max.countLeadingZeros())) in shl()1234 max <<= Other_umax; in shl()
1322 APInt Other_umax = Other.getUnsignedMax(); in shl() local1326 if (Other_umax.isNullValue()) in shl()1329 if (Other_umax.ugt(max.countLeadingZeros())) in shl()1336 max <<= Other_umax; in shl()