Searched refs:FloatBits (Results 1 – 2 of 2) sorted by relevance
9961 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local9962 if (FloatBits != 32 && FloatBits != 64) in performFpToIntCombine()9971 if (IntBits > FloatBits) in performFpToIntCombine()9987 ResTy = FloatBits == 32 ? MVT::v2i32 : MVT::v2i64; in performFpToIntCombine()9990 ResTy = FloatBits == 32 ? MVT::v4i32 : MVT::v4i64; in performFpToIntCombine()10009 if (IntBits < FloatBits) in performFpToIntCombine()10040 int32_t FloatBits = FloatTy.getSizeInBits(); in performFDivCombine() local10041 if (FloatBits != 32 && FloatBits != 64) in performFDivCombine()10045 if (IntBits > FloatBits) in performFDivCombine()10050 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()[all …]
13690 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local13694 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVCVTCombine()13717 if (IntBits < FloatBits) in PerformVCVTCombine()13748 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVDIVCombine() local13752 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVDIVCombine()13769 if (IntBits < FloatBits) in PerformVDIVCombine()