Home
last modified time | relevance | path

Searched refs:V1VF (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp8797 int V1VF = cast<FixedVectorType>(V1->getType())->getNumElements(); in resizeToMatch() local
8799 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()