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

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 141 if (hasOperandNamed(Name, OpIdx)) return OpIdx;
146 /// hasOperandNamed - Query whether the instruction has an operand of the
149 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const {
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp 136 if (hasOperandNamed(Name, OpIdx)) return OpIdx;
141 /// hasOperandNamed - Query whether the instruction has an operand of the
144 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const {

Completed in 180 milliseconds