Searched refs:CondVS (Results 1 – 1 of 1) sorted by relevance
806 std::optional<VectorSplit> CondVS; in visitSelectInst() local808 CondVS = getVectorSplit(SI.getCondition()->getType()); in visitSelectInst()809 if (!CondVS || CondVS->NumPacked != VS->NumPacked) { in visitSelectInst()823 if (CondVS) { in visitSelectInst()824 Scatterer VOp0 = scatter(&SI, SI.getOperand(0), *CondVS); in visitSelectInst()825 assert(VOp0.size() == CondVS->NumFragments && "Mismatched select"); in visitSelectInst()