Searched refs:i8Ty (Results 1 – 1 of 1) sorted by relevance
933 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createLoad() local934 auto i8PtrTy = i8Ty->getPointerTo(); in createLoad()991 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createStore() local992 auto voidPtrTy = i8Ty->getPointerTo(); in createStore()1031 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createStore() local1032 auto i8PtrTy = i8Ty->getPointerTo(); in createStore()1132 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createGather() local1133 auto i8PtrTy = i8Ty->getPointerTo(); in createGather()1198 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createScatter() local1199 auto i8PtrTy = i8Ty->getPointerTo(); in createScatter()[all …]