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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h167 inline unsigned getMachineOpcode() const;
440 /// post-isel opcodes, see getMachineOpcode.
474 unsigned getMachineOpcode() const { function in class:llvm::SDNode
956 inline unsigned SDValue::getMachineOpcode() const { function in class:SDValue
957 return Node->getMachineOpcode();

Completed in 565 milliseconds