Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-rc/
H A DResourceScriptToken.cpp67 bool RCToken::isBinaryOp() const { in isBinaryOp() function in RCToken
/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp253 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anona3d1e5b50111::PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp210 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
H A Dtoy.cpp211 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp264 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp266 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anoncdd06d150111::PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp266 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon424cde160111::PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp266 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anonb6c94f170111::PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp225 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
H A Dtoy.cpp232 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp275 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon184e56b60111::PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp271 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon8ccac7b70111::PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp209 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp374 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon014738b80211::PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp251 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST