Lines Matching refs:getFixedValue
781 T = IRB.getIntNTy(Size.getFixedValue()); in legalNonAggregateFor()
788 unsigned ElemSize = DL.getTypeSizeInBits(ElemTy).getFixedValue(); in legalNonAggregateFor()
802 Size.getFixedValue() / BestVectorElemType->getIntegerBitWidth(); in legalNonAggregateFor()
814 Type *ShortScalarTy = IRB.getIntNTy(SourceSize.getFixedValue()); in makeLegalNonAggregate()
815 Type *ByteScalarTy = IRB.getIntNTy(TargetSize.getFixedValue()); in makeLegalNonAggregate()
830 Type *ShortScalarTy = IRB.getIntNTy(OrigSize.getFixedValue()); in makeIllegalNonAggregate()
831 Type *ByteScalarTy = IRB.getIntNTy(LegalSize.getFixedValue()); in makeIllegalNonAggregate()
877 DL.getTypeSizeInBits(VT->getElementType()).getFixedValue(); in getVecSlices()
964 AggByteOff + Offset.getFixedValue(), Result, in visitLoadImpl()
980 AggByteOff + I * ElemStoreSize.getFixedValue(), in visitLoadImpl()
1084 AggByteOff + Offset.getFixedValue(), in visitStoreImpl()
1101 AggByteOff + I * ElemStoreSize.getFixedValue(), Name + Twine(I))); in visitStoreImpl()