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

/external/llvm/utils/TableGen/
H A DCodeGenTarget.h163 /// getInstructionsByEnumValue - Return all of the instructions defined by the
166 getInstructionsByEnumValue() const { function in class:llvm::CodeGenTarget
172 inst_iterator inst_begin() const{return getInstructionsByEnumValue().begin();}
173 inst_iterator inst_end() const { return getInstructionsByEnumValue().end(); }

Completed in 38 milliseconds