Searched refs:FloatBits (Results 1 – 3 of 3) sorted by relevance
278 TEST(MathExtras, FloatBits) { in TEST() argument
14477 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local14478 if (FloatBits != 32 && FloatBits != 64 && in performFpToIntCombine()14479 (FloatBits != 16 || !Subtarget->hasFullFP16())) in performFpToIntCombine()14488 if (IntBits > FloatBits) in performFpToIntCombine()14519 if (IntBits < FloatBits) in performFpToIntCombine()14550 int32_t FloatBits = FloatTy.getSizeInBits(); in performFDivCombine() local14551 if (FloatBits != 32 && FloatBits != 64) in performFDivCombine()14555 if (IntBits > FloatBits) in performFDivCombine()14561 if (C == -1 || C == 0 || C > FloatBits) in performFDivCombine()14570 ResTy = FloatBits == 32 ? MVT::v2i32 : MVT::v2i64; in performFDivCombine()[all …]
16705 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local16709 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVCVTCombine()16732 if (IntBits < FloatBits) in PerformVCVTCombine()16806 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVDIVCombine() local16810 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVDIVCombine()16827 if (IntBits < FloatBits) in PerformVDIVCombine()