Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h115 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } in isBinaryOp() function
126 static inline bool isBinaryOp(unsigned Opcode) { in isBinaryOp() function