HomeSort by relevance Sort by last modified time
    Searched defs:getOperandNo (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/IR/
Use.cpp 48 unsigned Use::getOperandNo() const {
  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 144 /// getOperandNo - Returns the number of the current operand relative to its
147 unsigned getOperandNo() const {
MachineRegisterInfo.h     [all...]
SelectionDAGNodes.h 517 /// getOperandNo - Retrieve the operand # of this use in its user.
519 unsigned getOperandNo() const {
    [all...]
  /external/llvm/include/llvm/IR/
CFG.h 71 /// getOperandNo - Return the operand number in the predecessor's
73 unsigned getOperandNo() const {
74 return It.getOperandNo();
Value.h 178 /// FIXME: Replace all callers with a direct call to Use::getOperandNo.
179 unsigned getOperandNo() const { return UI->getOperandNo(); }
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 111 milliseconds