Searched refs:FloorSrc (Results 1 – 1 of 1) sorted by relevance
2152 Value *FloorSrc; in matchFractPat() local2153 if (match(Arg0, m_FSub(m_Value(FloorSrc), in matchFractPat()2154 m_Intrinsic<Intrinsic::floor>(m_Deferred(FloorSrc))))) in matchFractPat()2155 return FloorSrc; in matchFractPat()