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

/external/llvm/lib/IR/
H A DUse.cpp48 unsigned Use::getOperandNo() const { function in class:llvm::Use
/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h144 /// getOperandNo - Returns the number of the current operand relative to its
147 unsigned getOperandNo() const { function in class:llvm::MachineOperandIteratorBase
H A DMachineRegisterInfo.h851 /// getOperandNo - Return the operand # of this MachineOperand in its
853 unsigned getOperandNo() const { function in class:llvm::MachineRegisterInfo::defusechain_iterator
H A DSelectionDAGNodes.h517 /// getOperandNo - Retrieve the operand # of this use in its user.
519 unsigned getOperandNo() const { function in class:llvm::SDNode::use_iterator
/external/llvm/include/llvm/IR/
H A DCFG.h71 /// getOperandNo - Return the operand number in the predecessor's
73 unsigned getOperandNo() const { function in class:llvm::PredIterator
74 return It.getOperandNo();
H A DValue.h178 /// FIXME: Replace all callers with a direct call to Use::getOperandNo.
179 unsigned getOperandNo() const { return UI->getOperandNo(); } function in class:llvm::Value::user_iterator_impl
/external/clang/include/clang/AST/
H A DStmt.h1598 unsigned getOperandNo() const { function in class:clang::GCCAsmStmt::AsmStringPiece

Completed in 166 milliseconds