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

/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/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h420 /// getOperandNo - Return the operand # of this MachineOperand in its
422 unsigned getOperandNo() const { function in class:llvm::MachineRegisterInfo::defusechain_iterator
H A DSelectionDAGNodes.h466 /// getOperandNo - Retrieve the operand # of this use in its user.
468 unsigned getOperandNo() const { function in class:llvm::SDNode::use_iterator
/external/clang/include/clang/AST/
H A DStmt.h1303 unsigned getOperandNo() const { function in class:clang::AsmStmt::AsmStringPiece

Completed in 251 milliseconds