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