Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DExpr.h3938 static bool isRelationalOp(Opcode Opc) { return Opc >= BO_LT && Opc<=BO_GE; } isRelationalOp() function
3939 bool isRelationalOp() const { return isRelationalOp(getOpcode()); } isRelationalOp() function