Searched refs:IsRegSequence (Results 1 – 1 of 1) sorted by relevance
1802 bool IsRegSequence = InstName == "REG_SEQUENCE"; in inferRegClassFromPattern() local1803 if (IsRegSequence || InstName == "COPY_TO_REGCLASS") { in inferRegClassFromPattern()1806 const TreePatternNode *RCChild = N->getChild(IsRegSequence ? 0 : 1); in inferRegClassFromPattern()