Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4482 unsigned WidestType = getWidestType(); in selectVectorizationFactor() local
4489 unsigned MaxVectorSize = WidestRegister / WidestType; in selectVectorizationFactor()
4490 DEBUG(dbgs() << "LV: The Widest type: " << WidestType << " bits.\n"); in selectVectorizationFactor()