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

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 126 /// getOperandNo - Returns the number of the current operand relative to its
129 unsigned getOperandNo() const {
MachineRegisterInfo.h 561 /// getOperandNo - Return the operand # of this MachineOperand in its
563 unsigned getOperandNo() const {
SelectionDAGNodes.h 471 /// getOperandNo - Retrieve the operand # of this use in its user.
473 unsigned getOperandNo() const {
    [all...]
  /external/llvm/include/llvm/Support/
CFG.h 69 /// getOperandNo - Return the operand number in the predecessor's
71 unsigned getOperandNo() const {
72 return It.getOperandNo();
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 179 milliseconds