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

  /external/llvm/include/llvm/
Instruction.h 86 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
96 static inline bool isBinaryOp(unsigned Opcode) {
InstrTypes.h 366 return I->isBinaryOp();
    [all...]
  /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/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 577 } else if (!(I->isBinaryOp() || isa<ShuffleVectorInst>(I) ||
    [all...]

Completed in 144 milliseconds