Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/IR/
HDInstruction.h87 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } in isBinaryOp() function
97 static inline bool isBinaryOp(unsigned Opcode) { in isBinaryOp() function