Searched refs:i8Base (Results 1 – 1 of 1) sorted by relevance
1157 auto i8Base = jit->builder->CreatePointerCast(base, i8PtrTy); in createGather() local1158 auto i8Ptrs = jit->builder->CreateGEP(i8Ty, i8Base, offsets); in createGather()1225 auto i8Base = jit->builder->CreatePointerCast(base, i8PtrTy); in createScatter() local1226 auto i8Ptrs = jit->builder->CreateGEP(i8Ty, i8Base, offsets); in createScatter()