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

References

lib/Transforms/Scalar/NewGVN.cpp
 1549   if (CopyOf == Cond) {
 1553       return createConstantExpression(ConstantInt::getTrue(Cond->getType()));
 1556         return createConstantExpression(ConstantInt::getTrue(Cond->getType()));
 1557       return createConstantExpression(ConstantInt::getFalse(Cond->getType()));
 1573   auto *Cmp = dyn_cast<CmpInst>(Cond);