Home
last modified time | relevance | path

Searched defs:isComparisonOp (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h2989 static bool isComparisonOp(Opcode Opc) { return Opc >= BO_LT && Opc<=BO_NE; } in isComparisonOp() function
2990 bool isComparisonOp() const { return isComparisonOp(getOpcode()); } in isComparisonOp() function