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

References

lib/Transforms/Scalar/Reassociate.cpp
 1841     Cst = Cst ? ConstantExpr::get(Opcode, C, Cst) : C;
 1841     Cst = Cst ? ConstantExpr::get(Opcode, C, Cst) : C;
 1841     Cst = Cst ? ConstantExpr::get(Opcode, C, Cst) : C;
 1845     return Cst;
 1850   if (Cst && Cst != ConstantExpr::getBinOpIdentity(Opcode, I->getType())) {
 1850   if (Cst && Cst != ConstantExpr::getBinOpIdentity(Opcode, I->getType())) {
 1851     if (Cst == ConstantExpr::getBinOpAbsorber(Opcode, I->getType()))
 1852       return Cst;
 1853     Ops.push_back(ValueEntry(0, Cst));