Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp217 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in __anon7d54fca40111::PrototypeAST
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp235 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in __anonf1d16da50111::PrototypeAST
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp210 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/MCJIT/cached/
Dtoy-jit.cpp225 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.cpp251 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp225 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp225 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp369 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in __anon664ddea60211::PrototypeAST
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp225 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp226 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function