Lines Matching defs:OptSize
5621 /// that can be demoted to \p OptSize bits without loss of information. The
5624 unsigned OptSize,
5631 if (OrigVT.getFixedSizeInBits() <= OptSize) {
5637 if (OrigVT.getFixedSizeInBits() <= OptSize) {
5647 /// be demoted to \p OptSize bits without loss of information. If the operands
5651 unsigned OptSize,
5656 if (!IsMulWideOperandDemotable(LHS, OptSize, LHSSign))
5669 return Val.isIntN(OptSize);
5671 return Val.isSignedIntN(OptSize);
5675 if (!IsMulWideOperandDemotable(RHS, OptSize, RHSSign))
5694 unsigned OptSize = MulType.getSizeInBits() >> 1;
5724 if (!AreMulWideOperandsDemotable(LHS, RHS, OptSize, Signed)) {