Lines Matching refs:ZeroCompare

2916   enum ZeroCompare { GEZExt, GESExt, LEZExt, LESExt };  enum in __anonc3d3b4b60711::IntegerCompareEliminator
2925 ZeroCompare CmpTy);
3256 ZeroCompare CmpTy) { in getCompoundZeroComparisonInGPR()
3263 case ZeroCompare::GEZExt: in getCompoundZeroComparisonInGPR()
3264 case ZeroCompare::GESExt: in getCompoundZeroComparisonInGPR()
3268 case ZeroCompare::LEZExt: in getCompoundZeroComparisonInGPR()
3269 case ZeroCompare::LESExt: { in getCompoundZeroComparisonInGPR()
3292 (CmpTy == ZeroCompare::GEZExt || CmpTy == ZeroCompare::LEZExt)) in getCompoundZeroComparisonInGPR()
3297 (CmpTy == ZeroCompare::GESExt || CmpTy == ZeroCompare::LESExt)) in getCompoundZeroComparisonInGPR()
3304 case ZeroCompare::GEZExt: { in getCompoundZeroComparisonInGPR()
3310 case ZeroCompare::GESExt: in getCompoundZeroComparisonInGPR()
3313 case ZeroCompare::LEZExt: in getCompoundZeroComparisonInGPR()
3316 case ZeroCompare::LESExt: in getCompoundZeroComparisonInGPR()
3370 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get32BitZExtCompare()
3387 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get32BitZExtCompare()
3409 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get32BitZExtCompare()
3438 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get32BitZExtCompare()
3554 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get32BitSExtCompare()
3569 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get32BitSExtCompare()
3589 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get32BitSExtCompare()
3616 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get32BitSExtCompare()
3715 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get64BitZExtCompare()
3727 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get64BitZExtCompare()
3747 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get64BitZExtCompare()
3770 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get64BitZExtCompare()
3874 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get64BitSExtCompare()
3886 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get64BitSExtCompare()
3908 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get64BitSExtCompare()
3930 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get64BitSExtCompare()