Searched refs:IsFPSetCC (Results 1 – 1 of 1) sorted by relevance
3150 bool IsFPSetCC = CmpOpVT.isFloatingPoint() && CmpOpVT != MVT::f128; in reduceSelectOfFPConstantLoads() local3151 return !IsFPSetCC || !Subtarget.isTarget64BitLP64() || !Subtarget.hasAVX(); in reduceSelectOfFPConstantLoads()