Home | History | Annotate | Download | only in Utils

Lines Matching refs:isExactlyValue

1136       if (Op1C->isExactlyValue(1.0))  // pow(1.0, x) -> 1.0
1138 if (Op1C->isExactlyValue(2.0)) // pow(2.0, x) -> exp2(x)
1148 if (Op2C->isExactlyValue(0.5)) {
1165 if (Op2C->isExactlyValue(1.0)) // pow(x, 1.0) -> x
1167 if (Op2C->isExactlyValue(2.0)) // pow(x, 2.0) -> x*x
1169 if (Op2C->isExactlyValue(-1.0)) // pow(x, -1.0) -> 1.0/x