Searched refs:numConstituents (Results 1 – 1 of 1) sorted by relevance
2259 int numConstituents = getNumTypeConstituents(valueType); in createCompositeCompare() local2287 resultId = createBinOp(op, makeVectorType(boolType, numConstituents), value1, value2); in createCompositeCompare()2301 for (int constituent = 0; constituent < numConstituents; ++constituent) { in createCompositeCompare()