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

/freebsd-10.1-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.cpp1083 (Value == -1 && CCMask == SystemZ::CCMASK_CMP_LE) ||
1287 if (CCMask == SystemZ::CCMASK_CMP_LE)
1303 if (CCMask == SystemZ::CCMASK_CMP_LE)
1315 if (CCMask == SystemZ::CCMASK_CMP_LE)
3184 SystemZ::CCMASK_CMP_LE, 0);
3187 SystemZ::CCMASK_CMP_LE, 32);
3190 SystemZ::CCMASK_CMP_LE, 64);
3204 SystemZ::CCMASK_CMP_LE, 0);
3207 SystemZ::CCMASK_CMP_LE, 32);
3210 SystemZ::CCMASK_CMP_LE, 6
[all...]

Completed in 70 milliseconds