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

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp135 if (hasOperandNamed(Name, OpIdx)) return OpIdx;
140 /// hasOperandNamed - Query whether the instruction has an operand of the
143 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { function in class:CGIOperandList

Completed in 87 milliseconds