Searched refs:denormalsEnabledForType (Results 1 – 2 of 2) sorted by relevance
349 bool denormalsEnabledForType(EVT VT) const;
7722 return !F.isDenormal() || denormalsEnabledForType(Op.getValueType()); in isCanonicalized()7791 denormalsEnabledForType(Op.getValueType())) in isCanonicalized()7863 return denormalsEnabledForType(Op.getValueType()) && in isCanonicalized()7874 if (C.isDenormal() && !denormalsEnabledForType(VT)) in getCanonicalConstantFP()9662 bool SITargetLowering::denormalsEnabledForType(EVT VT) const { in denormalsEnabledForType() function in SITargetLowering