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 87 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
97 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...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 225 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
228 assert(isUnaryOp() || isBinaryOp());
993 if (Proto->isBinaryOp())
1019 if (Proto->isBinaryOp())
    [all...]
toy.cpp 231 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
234 assert(isUnaryOp() || isBinaryOp());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 210 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
213 assert(isUnaryOp() || isBinaryOp());
975 if (Proto->isBinaryOp())
1001 if (Proto->isBinaryOp())
    [all...]
toy.cpp 210 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
213 assert(isUnaryOp() || isBinaryOp());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 255 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
258 assert(isUnaryOp() || isBinaryOp());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 208 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
211 assert(isUnaryOp() || isBinaryOp());
    [all...]

Completed in 283 milliseconds