Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp135 static bool isArithmeticOp(unsigned Opc) { in isArithmeticOp() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2293 static bool isArithmeticOp(Opcode Op) { in isArithmeticOp() function
2296 bool isArithmeticOp() const { return isArithmeticOp(getOpcode()); } in isArithmeticOp() function