Searched refs:FloatBits (Results 1 – 2 of 2) sorted by relevance
16912 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local16916 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVCVTCombine()16939 if (IntBits < FloatBits) in PerformVCVTCombine()17053 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVMulVCTPCombine() local17057 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVMulVCTPCombine()17084 if (IntBits < FloatBits) in PerformVMulVCTPCombine()
18602 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local18603 if (FloatBits != 32 && FloatBits != 64 && in performFpToIntCombine()18604 (FloatBits != 16 || !Subtarget->hasFullFP16())) in performFpToIntCombine()18613 if (IntBits > FloatBits) in performFpToIntCombine()18630 if (SatVT.getScalarSizeInBits() != IntBits || IntBits != FloatBits) in performFpToIntCombine()18644 if (IntBits < FloatBits) in performFpToIntCombine()