Home
last modified time | relevance | path

Searched defs:getOpcode (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h49 unsigned getOpcode() const { in getOpcode() function
57 static unsigned getOpcode(const Value *V) { in getOpcode() function
H A DInstruction.h87 unsigned getOpcode() const { return getValueID() - InstructionVal; } in getOpcode() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h383 Opcode getOpcode() const { return Op; } in getOpcode() function
514 Opcode getOpcode() const { return Op; } in getOpcode() function
H A DMCInstrDesc.h185 unsigned getOpcode() const { in getOpcode() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h924 UnaryOp getOpcode() const { return Opc; } in getOpcode() function
976 BinaryOp getOpcode() const { return Opc; } in getOpcode() function
1035 TernaryOp getOpcode() const { return Opc; } in getOpcode() function
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h358 BinaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.h486 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h1694 Opcode getOpcode() const { return static_cast<Opcode>(Opc); } in getOpcode() function
2967 Opcode getOpcode() const { return static_cast<Opcode>(Opc); } in getOpcode() function