HomeSort by relevance Sort by last modified time
    Searched defs:isBinaryOp (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/
Instruction.h 86 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
96 static inline bool isBinaryOp(unsigned Opcode) {
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 191 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
194 assert(isUnaryOp() || isBinaryOp());
808 if (Proto->isBinaryOp())
831 if (Proto->isBinaryOp())
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 207 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
210 assert(isUnaryOp() || isBinaryOp());
968 if (Proto->isBinaryOp())
994 if (Proto->isBinaryOp())
    [all...]

Completed in 2594 milliseconds