Searched refs:FloatBits (Results 1 – 3 of 3) sorted by relevance
159 TEST(MathExtras, FloatBits) { in TEST() argument
7578 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local7579 if (FloatBits != 32 && FloatBits != 64) in performFpToIntCombine()7588 if (IntBits > FloatBits) in performFpToIntCombine()7604 ResTy = FloatBits == 32 ? MVT::v2i32 : MVT::v2i64; in performFpToIntCombine()7620 if (IntBits < FloatBits) in performFpToIntCombine()7649 int32_t FloatBits = FloatTy.getSizeInBits(); in performFDivCombine() local7650 if (FloatBits != 32 && FloatBits != 64) in performFDivCombine()7654 if (IntBits > FloatBits) in performFDivCombine()7659 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()7660 if (C == -1 || C == 0 || C > FloatBits) in performFDivCombine()[all …]
9995 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local9999 if (FloatBits != 32 || IntBits > 32 || NumLanes > 4) { in PerformVCVTCombine()10022 if (IntBits < FloatBits) in PerformVCVTCombine()10053 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVDIVCombine() local10057 if (FloatBits != 32 || IntBits > 32 || NumLanes > 4) { in PerformVDIVCombine()10074 if (IntBits < FloatBits) in PerformVDIVCombine()