Searched refs:LEZExt (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2903 enum ZeroCompare { GEZExt, GESExt, LEZExt, LESExt }; enumerator 3255 case ZeroCompare::LEZExt: in getCompoundZeroComparisonInGPR() 3279 (CmpTy == ZeroCompare::GEZExt || CmpTy == ZeroCompare::LEZExt)) in getCompoundZeroComparisonInGPR() 3300 case ZeroCompare::LEZExt: in getCompoundZeroComparisonInGPR() 3374 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get32BitZExtCompare() 3425 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get32BitZExtCompare() 3714 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get64BitZExtCompare() 3757 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get64BitZExtCompare()
|