Searched refs:FloatBits (Results 1 – 2 of 2) sorted by relevance
12829 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local12830 if (FloatBits != 32 && FloatBits != 64) in performFpToIntCombine()12839 if (IntBits > FloatBits) in performFpToIntCombine()12855 ResTy = FloatBits == 32 ? MVT::v2i32 : MVT::v2i64; in performFpToIntCombine()12858 ResTy = FloatBits == 32 ? MVT::v4i32 : MVT::v4i64; in performFpToIntCombine()12877 if (IntBits < FloatBits) in performFpToIntCombine()12908 int32_t FloatBits = FloatTy.getSizeInBits(); in performFDivCombine() local12909 if (FloatBits != 32 && FloatBits != 64) in performFDivCombine()12913 if (IntBits > FloatBits) in performFDivCombine()12919 if (C == -1 || C == 0 || C > FloatBits) in performFDivCombine()[all …]
15877 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local15881 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVCVTCombine()15904 if (IntBits < FloatBits) in PerformVCVTCombine()15935 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVDIVCombine() local15939 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVDIVCombine()15956 if (IntBits < FloatBits) in PerformVDIVCombine()