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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
 1755   auto *Cmp = dyn_cast<CmpInst>(Cond);
 1772     Value *NewSel = Builder.CreateSelect(Cond, X, TruncCVal, "narrow", &Sel);
 1778   if (Cond == X) {
 1784       return SelectInst::Create(Cond, AllOnesOrOne, C, "", nullptr, &Sel);
 1789       return SelectInst::Create(Cond, C, Zero, "", nullptr, &Sel);