Lines Matching refs:isUInt
1641 bool Use32BitInsts = isUInt<32>(Mask); in SelectAndParts64()
1646 bool NeedsRotate = VRI.RLAmt || (VRI.Repl32 && !isUInt<32>(Mask)); in SelectAndParts64()
1690 if (VRI.RLAmt || (VRI.Repl32 && !isUInt<32>(Mask))) in SelectAndParts64()
1831 bool Use32BitInsts = isUInt<32>(Mask); in Select64()
1998 if (isUInt<16>(Imm)) in SelectCC()
2024 if (isInt32Immediate(RHS, Imm) && isUInt<16>(Imm)) in SelectCC()
2042 if (isUInt<16>(Imm)) in SelectCC()
2061 if (isUInt<32>(Imm)) { in SelectCC()
2071 if (isInt64Immediate(RHS.getNode(), Imm) && isUInt<16>(Imm)) in SelectCC()
3921 if (!isUInt<15>(Op32.getConstantOperandVal(0))) in PeepholePPC64ZExtGather()
3981 if (!isUInt<15>(Op32.getConstantOperandVal(1))) in PeepholePPC64ZExtGather()
4019 bool Op1OK = isUInt<15>(Op32.getConstantOperandVal(1)); in PeepholePPC64ZExtGather()