Searched refs:compIsSet (Results 1 – 1 of 1) sorted by relevance
333 std::array<bool, 4> compIsSet; in handleLvalue() local334 compIsSet.fill(false); in handleLvalue()341 compIsSet[asConst->getConstArray()[0].getIConst()] = true; in handleLvalue()345 compIsSet[seq[comp]->getAsConstantUnion()->getConstArray()[0].getIConst()] = true; in handleLvalue()351 return std::all_of(compIsSet.begin(), compIsSet.begin() + var->getType().getVectorSize(), in handleLvalue()