Searched refs:UseEnd (Results 1 – 2 of 2) sorted by relevance
538 bool UseEnd = false) { in getValidSourceLocation() argument539 SourceLocation L = UseEnd ? S->getEndLoc() : S->getBeginLoc(); in getValidSourceLocation()571 L = UseEnd ? Parent->getEndLoc() : Parent->getBeginLoc(); in getValidSourceLocation()
1009 for (SDNode::use_iterator Use = N->use_begin(), UseEnd = N->use_end(); in allUsesTruncate() local1010 Use != UseEnd; ++Use) { in allUsesTruncate()