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