Searched refs:LESExt (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 2916 enum ZeroCompare { GEZExt, GESExt, LEZExt, LESExt }; enumerator 3269 case ZeroCompare::LESExt: { in getCompoundZeroComparisonInGPR() 3297 (CmpTy == ZeroCompare::GESExt || CmpTy == ZeroCompare::LESExt)) in getCompoundZeroComparisonInGPR() 3316 case ZeroCompare::LESExt: in getCompoundZeroComparisonInGPR() 3569 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get32BitSExtCompare() 3616 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get32BitSExtCompare() 3886 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get64BitSExtCompare() 3930 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get64BitSExtCompare()
|