Home | History | Annotate | Download | only in Utils

Lines Matching refs:Op1C

1135     if (ConstantFP *Op1C = dyn_cast<ConstantFP>(Op1)) {
1136 if (Op1C->isExactlyValue(1.0)) // pow(1.0, x) -> 1.0
1137 return Op1C;
1138 if (Op1C->isExactlyValue(2.0)) // pow(2.0, x) -> exp2(x)