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

/external/llvm/lib/IR/
H A DDebugInfo.cpp310 /// isSubrange - Return true if the specified tag is DW_TAG_subrange_type.
311 bool DIDescriptor::isSubrange() const { function in class:DIDescriptor
614 return isSubrange() && DbgNode->getNumOperands() == 3;
1236 if (this->isSubrange()) {

Completed in 71 milliseconds