HomeSort by: relevance | last modified time | path
    Searched defs:getOperandNo (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Use.cpp 33 unsigned Use::getOperandNo() const {
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcher.cpp 108 unsigned CheckPredicateMatcher::getOperandNo(unsigned i) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 155 /// getOperandNo - Returns the number of the current operand relative to its
158 unsigned getOperandNo() const {
MachineRegisterInfo.h 1069 /// getOperandNo - Return the operand # of this MachineOperand in its
1071 unsigned getOperandNo() const {
SelectionDAGNodes.h 768 unsigned getOperandNo() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
CFG.h 92 /// getOperandNo - Return the operand number in the predecessor's
94 unsigned getOperandNo() const {
95 return It.getOperandNo();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 3035 unsigned getOperandNo() const {

Completed in 24 milliseconds