Searched refs:SplitElementTy (Results 1 – 1 of 1) sorted by relevance
696 Type *SplitElementTy = Int32Ty; in expandBufferStoreIntrinsic() local698 SplitElementTy = VectorType::get(SplitElementTy, VecLen, false); in expandBufferStoreIntrinsic()704 auto *SplitTy = llvm::StructType::get(SplitElementTy, SplitElementTy); in expandBufferStoreIntrinsic()718 LowBits = Builder.CreateTrunc(InputVal, SplitElementTy); in expandBufferStoreIntrinsic()720 HighBits = Builder.CreateTrunc(ShiftedVal, SplitElementTy); in expandBufferStoreIntrinsic()