Home
last modified time | relevance | path

Searched defs:isBinaryOp (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/IR/
DInstruction.h90 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } in isBinaryOp() function
100 static inline bool isBinaryOp(unsigned Opcode) { in isBinaryOp() function
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp192 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in __anon6ff389fb0111::PrototypeAST
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp211 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
Dtoy.cpp211 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp208 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in __anone46ffafc0111::PrototypeAST
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp226 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
Dtoy.cpp232 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp209 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp256 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST