Searched defs:FIRST_ICMP_PREDICATE (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/IR/ | ||
H A D | InstrTypes.h | 913 FIRST_ICMP_PREDICATE = ICMP_EQ, enumerator in enum:llvm::CmpInst::Predicate 973 return P >= FIRST_ICMP_PREDICATE && P <= LAST_ICMP_PREDICATE; |
Completed in 30 milliseconds