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