Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isExactlyValue

1188   /// isExactlyValue - We don't rely on operator== working on double values, as
1196 bool isExactlyValue(double V) const {
1204 return isExactlyValue(Tmp);
1206 bool isExactlyValue(const APFloat& V) const;