Searched refs:getVectorLayout (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 167 bool getVectorLayout(Type *, unsigned, VectorLayout &, const DataLayout &); 353 bool Scalarizer::getVectorLayout(Type *Ty, unsigned Alignment, in getVectorLayout() function in Scalarizer 601 if (!getVectorLayout(LI.getType(), LI.getAlignment(), Layout, in visitLoadInst() 626 if (!getVectorLayout(FullValue->getType(), SI.getAlignment(), Layout, in visitStoreInst()
|