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

  /external/llvm/include/llvm/IR/
Instruction.h 90 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
100 static inline bool isBinaryOp(unsigned Opcode) {
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 192 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
195 assert(isUnaryOp() || isBinaryOp());
810 if (Proto->isBinaryOp())
833 if (Proto->isBinaryOp())
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 208 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
211 assert(isUnaryOp() || isBinaryOp());
970 if (Proto->isBinaryOp())
996 if (Proto->isBinaryOp())
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 226 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
229 assert(isUnaryOp() || isBinaryOp());
994 if (Proto->isBinaryOp())
1020 if (Proto->isBinaryOp())
    [all...]
toy.cpp 232 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
235 assert(isUnaryOp() || isBinaryOp());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 211 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
214 assert(isUnaryOp() || isBinaryOp());
976 if (Proto->isBinaryOp())
1002 if (Proto->isBinaryOp())
    [all...]
toy.cpp 211 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
214 assert(isUnaryOp() || isBinaryOp());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 256 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
259 assert(isUnaryOp() || isBinaryOp());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 209 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
212 assert(isUnaryOp() || isBinaryOp());
    [all...]

Completed in 1368 milliseconds