Searched refs:CCMASK_CMP_LE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZ.h39 const unsigned CCMASK_CMP_LE = CCMASK_CMP_EQ | CCMASK_CMP_LT; member in namespace:llvm::SystemZ
H A DSystemZISelLowering.cpp1551 (Value == -1 && C.CCMask == SystemZ::CCMASK_CMP_LE) ||
1859 if (CCMask == SystemZ::CCMASK_CMP_LE)
1875 if (CCMask == SystemZ::CCMASK_CMP_LE)
1887 if (CCMask == SystemZ::CCMASK_CMP_LE)
1946 if (NewC.CCMask == SystemZ::CCMASK_CMP_LE ||
5852 SystemZ::CCMASK_CMP_LE, 0);
5855 SystemZ::CCMASK_CMP_LE, 32);
5858 SystemZ::CCMASK_CMP_LE, 64);
5872 SystemZ::CCMASK_CMP_LE, 0);
5875 SystemZ::CCMASK_CMP_LE, 3
[all...]

Completed in 118 milliseconds