Searched refs:i8Base (Results 1 – 1 of 1) sorted by relevance
1137 auto i8Base = jit->builder->CreatePointerCast(base, i8PtrTy); in createGather() local1138 auto i8Ptrs = jit->builder->CreateGEP(i8Base, offsets); in createGather()1205 auto i8Base = jit->builder->CreatePointerCast(base, i8PtrTy); in createScatter() local1206 auto i8Ptrs = jit->builder->CreateGEP(i8Base, offsets); in createScatter()