Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:OptSize

2860 /// that can be demoted to \p OptSize bits without loss of information. The
2863 unsigned OptSize,
2870 if (OrigVT.getSizeInBits() == OptSize) {
2876 if (OrigVT.getSizeInBits() == OptSize) {
2886 /// be demoted to \p OptSize bits without loss of information. If the operands
2890 unsigned OptSize,
2896 if (!IsMulWideOperandDemotable(LHS, OptSize, LHSSign))
2909 if (Val.isIntN(OptSize)) {
2914 if (Val.isSignedIntN(OptSize)) {
2921 if (!IsMulWideOperandDemotable(RHS, OptSize, RHSSign))
2942 unsigned OptSize = MulType.getSizeInBits() >> 1;
2972 if (!AreMulWideOperandsDemotable(LHS, RHS, OptSize, Signed)) {