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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
 1412   if (CmpRHS != CmpLHS && isa<Constant>(CmpRHS)) {
 1412   if (CmpRHS != CmpLHS && isa<Constant>(CmpRHS)) {
 1415       SI.setOperand(1, CmpRHS);
 1419       SI.setOperand(2, CmpRHS);
 1436         match(CmpRHS, m_Zero())) {
 1439     } else if (Pred == ICmpInst::ICMP_SLT && match(CmpRHS, m_Zero())) {
 1444     } else if (Pred == ICmpInst::ICMP_SGT && match(CmpRHS, m_AllOnes())) {