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

References

lib/Transforms/InstCombine/InstructionCombining.cpp
 2593   Value *Cond = SI.getCondition();
 2598     for (auto Case : SI.cases()) {
 2604     SI.setCondition(Op0);
 2605     return &SI;
 2608   KnownBits Known = computeKnownBits(Cond, 0, &SI);
 2614   for (auto &C : SI.cases()) {
 2629     IntegerType *Ty = IntegerType::get(SI.getContext(), NewWidth);
 2630     Builder.SetInsertPoint(&SI);
 2632     SI.setCondition(NewCond);
 2634     for (auto Case : SI.cases()) {
 2636       Case.setValue(ConstantInt::get(SI.getContext(), TruncatedCase));
 2638     return &SI;