Searched refs:V1VF (Results 1 – 1 of 1) sorted by relevance
8797 int V1VF = cast<FixedVectorType>(V1->getType())->getNumElements(); in resizeToMatch() local8799 int VF = std::max(V1VF, V2VF); in resizeToMatch()8800 int MinVF = std::min(V1VF, V2VF); in resizeToMatch()8804 Value *&Op = MinVF == V1VF ? V1 : V2; in resizeToMatch()8810 if (MinVF == V1VF) in resizeToMatch()