Searched defs:isBinaryOp (Results 1 - 20 of 20) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstruction.h106 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } function in class:llvm::Instruction
117 static inline bool isBinaryOp(unsigned Opcode) { function in class:llvm::Instruction
/external/swiftshader/third_party/LLVM/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
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DInstruction.h115 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } function in class:llvm::Instruction
126 static inline bool isBinaryOp(unsigned Opcode) { function in class:llvm::Instruction
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } function in class:__anon12322::PrototypeAST
259 assert(isUnaryOp() || isBinaryOp());
1049 if (P.isBinaryOp())
1082 if (P.isBinaryOp())
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } function in class:__anon12323::PrototypeAST
259 assert(isUnaryOp() || isBinaryOp());
1049 if (P.isBinaryOp())
1082 if (P.isBinaryOp())
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } function in class:__anon12324::PrototypeAST
259 assert(isUnaryOp() || isBinaryOp());
1049 if (P.isBinaryOp())
1082 if (P.isBinaryOp())
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp257 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } function in class:PrototypeAST
260 assert(isUnaryOp() || isBinaryOp());
1045 if (P.isBinaryOp())
1078 if (P.isBinaryOp())
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A Dtoy.cpp272 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } function in class:PrototypeAST
275 assert(isUnaryOp() || isBinaryOp());
1067 if (P.isBinaryOp())
1100 if (P.isBinaryOp())
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp236 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } function in class:__anon12329::PrototypeAST
239 assert(isUnaryOp() || isBinaryOp());
892 if (P.isBinaryOp())
920 if (P.isBinaryOp())
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } function in class:__anon12330::PrototypeAST
259 assert(isUnaryOp() || isBinaryOp());
1050 if (P.isBinaryOp())
1086 if (P.isBinaryOp())
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp253 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } function in class:__anon12331::PrototypeAST
256 assert(isUnaryOp() || isBinaryOp());
1045 if (P.isBinaryOp())
1078 if (P.isBinaryOp())
/external/swiftshader/third_party/LLVM/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())
/external/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp374 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } function in class:__anon12333::PrototypeAST
377 assert(isUnaryOp() || isBinaryOp());
1233 if (P.isBinaryOp())
1302 if (P.isBinaryOp())
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp225 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
228 assert(isUnaryOp() || isBinaryOp());
989 if (Proto->isBinaryOp())
1015 if (Proto->isBinaryOp())
H A Dtoy.cpp232 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
235 assert(isUnaryOp() || isBinaryOp());
1360 if (Proto->isBinaryOp())
1383 if (Proto->isBinaryOp())
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp251 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
254 assert(isUnaryOp() || isBinaryOp());
1438 if (Proto->isBinaryOp())
1461 if (Proto->isBinaryOp())
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp209 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
212 assert(isUnaryOp() || isBinaryOp());
1218 if (Proto->isBinaryOp())
1241 if (Proto->isBinaryOp())
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp210 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
213 assert(isUnaryOp() || isBinaryOp());
971 if (Proto->isBinaryOp())
997 if (Proto->isBinaryOp())
H A Dtoy.cpp211 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
214 assert(isUnaryOp() || isBinaryOp());
1258 if (Proto->isBinaryOp())
1281 if (Proto->isBinaryOp())
/external/swiftshader/third_party/LLVM/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())

Completed in 460 milliseconds