Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5190 unsigned SmallestType, WidestType; in selectVectorizationFactor() local
5191 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in selectVectorizationFactor()
5207 unsigned MaxVectorSize = WidestRegister / WidestType; in selectVectorizationFactor()
5210 << WidestType << " bits.\n"); in selectVectorizationFactor()