Searched refs:LAST_VALID_COND (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h49 LAST_VALID_COND = COND_S, enumerator in enum:llvm::X86::CondCode
H A DX86FastISel.cpp1263 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code.");
1390 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code.");
1775 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code.");
1958 if (CC > X86::LAST_VALID_COND)
H A DX86InstrInfo.cpp2693 assert(CC <= LAST_VALID_COND && "Can only handle standard cond codes");

Completed in 102 milliseconds