Home | History | Annotate | Download | only in IR

Lines Matching defs:isExactlyValue

274   /// isExactlyValue - We don't rely on operator== working on double values, as
278 /// because it's so convenient to write isExactlyValue(2.0), but please use
280 bool isExactlyValue(const APFloat &V) const;
282 bool isExactlyValue(double V) const {
286 return isExactlyValue(FV);