Searched refs:ILTy (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | InterleavedLoadCombinePass.cpp | 1207 FixedVectorType *ILTy = FixedVectorType::get(ETy, Factor * ElementsPerSVI); in combine() local 1213 Instruction::Load, ILTy, Factor, Indices, InsertionPoint->getAlign(), in combine() 1222 ILTy->getPointerTo(), in combine() 1226 auto LI = Builder.CreateAlignedLoad(ILTy, CI, InsertionPoint->getAlign(), in combine()
|