Searched refs:ByteScalarTy (Results 1 – 1 of 1) sorted by relevance
815 Type *ByteScalarTy = IRB.getIntNTy(TargetSize.getFixedValue()); in makeLegalNonAggregate() local817 Value *Zext = IRB.CreateZExt(AsScalar, ByteScalarTy, Name + ".zext"); in makeLegalNonAggregate()819 SourceType = ByteScalarTy; in makeLegalNonAggregate()831 Type *ByteScalarTy = IRB.getIntNTy(LegalSize.getFixedValue()); in makeIllegalNonAggregate() local832 Value *AsScalar = IRB.CreateBitCast(V, ByteScalarTy, Name + ".bytes.cast"); in makeIllegalNonAggregate()