Searched refs:Child0 (Results 1 – 1 of 1) sorted by relevance
1839 const TreePatternNode &Child0 = N.getChild(0); in inferRegClassFromPattern() local1840 assert(Child0.getNumTypes() == 1 && "Unexpected number of types!"); in inferRegClassFromPattern()1841 const TypeSetByHwMode &VTy = Child0.getExtType(0); in inferRegClassFromPattern()1842 return inferSuperRegisterClassForNode(VTy, Child0, N.getChild(2)); in inferRegClassFromPattern()