Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DInstruction.h86 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } in isBinaryOp() function
96 static inline bool isBinaryOp(unsigned Opcode) { in isBinaryOp() function
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp191 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp207 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST