Searched refs:LAST_VALID_COND (Results 1 – 3 of 3) sorted by relevance
50 LAST_VALID_COND = COND_S, enumerator
1317 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86SelectCmp()1443 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86SelectBranch()1804 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86FastEmitCMoveSelect()2010 if (CC > X86::LAST_VALID_COND) in X86FastEmitPseudoSelect()
3838 assert(CC <= LAST_VALID_COND && "Can only handle standard cond codes"); in getSETFromCond()