Searched refs:LHSUnsigned (Results 1 – 2 of 2) sorted by relevance
7952 bool LHSUnsigned = isa<UIToFPInst>(LHSI); in foldFCmpIntToFPConst() local7957 APSInt RHSCvt(IntWidth, LHSUnsigned); in foldFCmpIntToFPConst()7991 if (MaxExponent < (int)IntWidth - !LHSUnsigned) in foldFCmpIntToFPConst()7997 if (MantissaWidth <= Exp && Exp <= (int)IntWidth - !LHSUnsigned) in foldFCmpIntToFPConst()8018 Pred = LHSUnsigned ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_SGT; in foldFCmpIntToFPConst()8022 Pred = LHSUnsigned ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_SGE; in foldFCmpIntToFPConst()8026 Pred = LHSUnsigned ? ICmpInst::ICMP_ULT : ICmpInst::ICMP_SLT; in foldFCmpIntToFPConst()8030 Pred = LHSUnsigned ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_SLE; in foldFCmpIntToFPConst()8046 if (!LHSUnsigned) { in foldFCmpIntToFPConst()8072 if (!LHSUnsigned) { in foldFCmpIntToFPConst()[all …]
8290 bool LHSUnsigned = LHSC->isUnsignedIntegerType(); in getIntegerTypeOrder() local8296 if (LHSUnsigned == RHSUnsigned) { // Both signed or both unsigned. in getIntegerTypeOrder()8302 if (LHSUnsigned) { in getIntegerTypeOrder()11929 bool LHSUnsigned = LHS->castAs<BitIntType>()->isUnsigned(); in mergeTypes() local11935 if (LHSUnsigned != RHSUnsigned) in mergeTypes()