Searched refs:isBinaryOp (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DInstruction.h86 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } function in class:llvm::Instruction
96 static inline bool isBinaryOp(unsigned Opcode) { function in class:llvm::Instruction
H A DInstrTypes.h366 return I->isBinaryOp();
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp191 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
194 assert(isUnaryOp() || isBinaryOp());
808 if (Proto->isBinaryOp())
831 if (Proto->isBinaryOp())
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp207 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
210 assert(isUnaryOp() || isBinaryOp());
968 if (Proto->isBinaryOp())
994 if (Proto->isBinaryOp())
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DConstantFolding.cpp895 if (Instruction::isBinaryOp(Opcode)) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Vectorize/
H A DBBVectorize.cpp653 } else if (!(I->isBinaryOp() || isa<ShuffleVectorInst>(I) ||

Completed in 231 milliseconds