Home | History | Annotate | Download | only in Utils

Lines Matching refs:isExactlyValue

1057     if (Op1C->isExactlyValue(1.0))
1060 if (Op1C->isExactlyValue(2.0) &&
1065 if (Op1C->isExactlyValue(10.0) &&
1079 if (Op2C->isExactlyValue(0.5) &&
1099 if (Op2C->isExactlyValue(1.0)) // pow(x, 1.0) -> x
1101 if (Op2C->isExactlyValue(2.0)) // pow(x, 2.0) -> x*x
1103 if (Op2C->isExactlyValue(-1.0)) // pow(x, -1.0) -> 1.0/x