Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp815 Type *ByteScalarTy = IRB.getIntNTy(TargetSize.getFixedValue()); in makeLegalNonAggregate() local
817 Value *Zext = IRB.CreateZExt(AsScalar, ByteScalarTy, Name + ".zext"); in makeLegalNonAggregate()
819 SourceType = ByteScalarTy; in makeLegalNonAggregate()
831 Type *ByteScalarTy = IRB.getIntNTy(LegalSize.getFixedValue()); in makeIllegalNonAggregate() local
832 Value *AsScalar = IRB.CreateBitCast(V, ByteScalarTy, Name + ".bytes.cast"); in makeIllegalNonAggregate()