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

References

lib/Transforms/InstCombine/InstCombineCasts.cpp
 1229   if (!Op1->getType()->isIntOrIntVectorTy())
 1232   if ((Pred == ICmpInst::ICMP_SLT && match(Op1, m_ZeroInt())) ||
 1233       (Pred == ICmpInst::ICMP_SGT && match(Op1, m_AllOnes()))) {
 1247   if (ConstantInt *Op1C = dyn_cast<ConstantInt>(Op1)) {