Searched refs:UseEnd (Results 1 – 3 of 3) 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()
1038 for (SDNode::use_iterator Use = N->use_begin(), UseEnd = N->use_end(); in allUsesTruncate() local1039 Use != UseEnd; ++Use) { in allUsesTruncate()
996 for (SDNode::use_iterator Use = N->use_begin(), UseEnd = N->use_end(); in allUsesTruncate() local997 Use != UseEnd; ++Use) { in allUsesTruncate()