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

/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h126 /// getOperandNo - Returns the number of the current operand relative to its
129 unsigned getOperandNo() const { function in class:llvm::MachineOperandIteratorBase
H A DMachineRegisterInfo.h561 /// getOperandNo - Return the operand # of this MachineOperand in its
563 unsigned getOperandNo() const { function in class:llvm::MachineRegisterInfo::defusechain_iterator
H A DSelectionDAGNodes.h471 /// getOperandNo - Retrieve the operand # of this use in its user.
473 unsigned getOperandNo() const { function in class:llvm::SDNode::use_iterator
/external/llvm/include/llvm/Support/
H A DCFG.h69 /// getOperandNo - Return the operand number in the predecessor's
71 unsigned getOperandNo() const { function in class:llvm::PredIterator
72 return It.getOperandNo();
/external/clang/include/clang/AST/
H A DStmt.h1580 unsigned getOperandNo() const { function in class:clang::GCCAsmStmt::AsmStringPiece

Completed in 102 milliseconds