Searched defs:isArithmeticOp (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86FlagsCopyLowering.cpp | 135 static bool isArithmeticOp(unsigned Opc) { isArithmeticOp() function |
/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 2293 static bool isArithmeticOp(Opcode Op) { isArithmeticOp() function |