Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp630 Value *EltBytes = Builder.CreateVectorSplat(BytesPerElt, Elt); in promoteAllocaUserToVector() local
636 Elt = Builder.CreateBitCast(EltBytes, PtrInt); in promoteAllocaUserToVector()
639 Elt = Builder.CreateBitCast(EltBytes, VecEltTy); in promoteAllocaUserToVector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7561 unsigned EltBytes = EltTy.getSizeInBytes(); in lowerExtractInsertVectorElt() local
7575 int64_t Offset = IdxVal * EltBytes; in lowerExtractInsertVectorElt()