Searched refs:FloatBits (Results 1 – 2 of 2) sorted by relevance
16985 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local16989 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVCVTCombine()17012 if (IntBits < FloatBits) in PerformVCVTCombine()17126 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVMulVCTPCombine() local17130 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVMulVCTPCombine()17157 if (IntBits < FloatBits) in PerformVMulVCTPCombine()
19245 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local19246 if (FloatBits != 32 && FloatBits != 64 && in performFpToIntCombine()19247 (FloatBits != 16 || !Subtarget->hasFullFP16())) in performFpToIntCombine()19256 if (IntBits > FloatBits) in performFpToIntCombine()19273 if (SatVT.getScalarSizeInBits() != IntBits || IntBits != FloatBits) in performFpToIntCombine()19287 if (IntBits < FloatBits) in performFpToIntCombine()