Searched refs:UseEnd (Results 1 – 2 of 2) sorted by relevance
499 bool UseEnd = false) { in getValidSourceLocation() argument500 SourceLocation L = UseEnd ? S->getLocEnd() : S->getLocStart(); in getValidSourceLocation()532 L = UseEnd ? Parent->getLocEnd() : Parent->getLocStart(); in getValidSourceLocation()
1010 for (SDNode::use_iterator Use = N->use_begin(), UseEnd = N->use_end(); in allUsesTruncate() local1011 Use != UseEnd; ++Use) { in allUsesTruncate()