Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp376 FixedVectorType *V4I8Ty = FixedVectorType::get(B.getInt8Ty(), 4); in createTileDPLoops() local
380 Value *SubVecA = B.CreateBitCast(EltA, V4I8Ty); in createTileDPLoops()
382 Value *SubVecB = B.CreateBitCast(EltB, V4I8Ty); in createTileDPLoops()