reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/Reassociate.cpp
 2013     if (match(Negatible->getOperand(0), m_APFloat(C))) {
 2014       assert(!match(Negatible->getOperand(1), m_Constant()) &&
 2017       Negatible->setOperand(0, ConstantFP::get(Negatible->getType(), abs(*C)));
 2017       Negatible->setOperand(0, ConstantFP::get(Negatible->getType(), abs(*C)));
 2020     if (match(Negatible->getOperand(1), m_APFloat(C))) {
 2021       assert(!match(Negatible->getOperand(0), m_Constant()) &&
 2024       Negatible->setOperand(1, ConstantFP::get(Negatible->getType(), abs(*C)));
 2024       Negatible->setOperand(1, ConstantFP::get(Negatible->getType(), abs(*C)));