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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
 1737   if (!match(Sel.getTrueValue(), m_Constant(C)) &&
 1738       !match(Sel.getFalseValue(), m_Constant(C)))
 1763   Constant *TruncC = ConstantExpr::getTrunc(C, SmallType);
 1765   if (ExtC == C) {
 1784       return SelectInst::Create(Cond, AllOnesOrOne, C, "", nullptr, &Sel);
 1789       return SelectInst::Create(Cond, C, Zero, "", nullptr, &Sel);