Searched refs:FloatBits (Results 1 – 2 of 2) sorted by relevance
17350 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local17351 if (FloatBits != 32 && FloatBits != 64 && in performFpToIntCombine()17352 (FloatBits != 16 || !Subtarget->hasFullFP16())) in performFpToIntCombine()17361 if (IntBits > FloatBits) in performFpToIntCombine()17392 if (IntBits < FloatBits) in performFpToIntCombine()17423 int32_t FloatBits = FloatTy.getSizeInBits(); in performFDivCombine() local17424 if (FloatBits != 32 && FloatBits != 64) in performFDivCombine()17428 if (IntBits > FloatBits) in performFDivCombine()17434 if (C == -1 || C == 0 || C > FloatBits) in performFDivCombine()17443 ResTy = FloatBits == 32 ? MVT::v2i32 : MVT::v2i64; in performFDivCombine()[all …]
16897 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local16901 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVCVTCombine()16924 if (IntBits < FloatBits) in PerformVCVTCombine()17038 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVDIVCombine() local17042 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVDIVCombine()17059 if (IntBits < FloatBits) in PerformVDIVCombine()