Searched defs:isUnaryOp (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h172 bool isUnaryOp() const { return isUnaryOp(getOpcode()); } function in class:llvm::Instruction
192 static inline bool isUnaryOp(unsigned Opcode) { function in class:llvm::Instruction
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp265 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } function in class:__anon1572::PrototypeAST
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp265 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } function in class:__anon1573::PrototypeAST
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp265 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } function in class:__anon1574::PrototypeAST
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp270 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } function in class:__anon1578::PrototypeAST
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp270 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } function in class:__anon1577::PrototypeAST
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp263 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } function in class:PrototypeAST
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp248 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } function in class:__anon1576::PrototypeAST
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp354 bool ConstrainedFPIntrinsic::isUnaryOp() const { function in class:ConstrainedFPIntrinsic
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp373 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } function in class:__anon1580::PrototypeAST
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp224 bool isUnaryOp() const { return isOperator && Args.size() == 1; } function in class:PrototypeAST
H A Dtoy.cpp231 bool isUnaryOp() const { return isOperator && Args.size() == 1; } function in class:PrototypeAST
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp250 bool isUnaryOp() const { return isOperator && Args.size() == 1; } function in class:PrototypeAST
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp210 bool isUnaryOp() const { return isOperator && Args.size() == 1; } function in class:PrototypeAST
H A Dtoy-jit.cpp209 bool isUnaryOp() const { return isOperator && Args.size() == 1; } function in class:PrototypeAST
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp208 bool isUnaryOp() const { return isOperator && Args.size() == 1; } function in class:PrototypeAST

Completed in 243 milliseconds