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.cpp679 Value *EltBytes = Builder.CreateVectorSplat(BytesPerElt, Elt); in promoteAllocaUserToVector() local
685 Elt = Builder.CreateBitCast(EltBytes, PtrInt); in promoteAllocaUserToVector()
688 Elt = Builder.CreateBitCast(EltBytes, VecEltTy); in promoteAllocaUserToVector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8482 unsigned EltBytes = EltTy.getSizeInBytes(); in lowerExtractInsertVectorElt() local
8496 int64_t Offset = IdxVal * EltBytes; in lowerExtractInsertVectorElt()