Searched refs:componentsArray (Results 1 – 1 of 1) sorted by relevance
1389 auto componentsArray = components.getValue(); in matchAndRewrite() local1393 for (unsigned i = 0; i < componentsArray.size(); i++) { in matchAndRewrite()1394 if (componentsArray[i].isa<IntegerAttr>()) in matchAndRewrite()1397 int indexVal = componentsArray[i].cast<IntegerAttr>().getInt(); in matchAndRewrite()