Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactor.cpp1138 auto i8Ptrs = jit->builder->CreateGEP(i8Base, offsets); in createGather() local
1139 auto elPtrs = jit->builder->CreatePointerCast(i8Ptrs, elPtrVecTy); in createGather()
1206 auto i8Ptrs = jit->builder->CreateGEP(i8Base, offsets); in createScatter() local
1207 auto elPtrs = jit->builder->CreatePointerCast(i8Ptrs, elPtrVecTy); in createScatter()