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

References

lib/Transforms/Utils/CloneFunction.cpp
  406     if (!Cond) { // Or known constant after constant prop in the callee...
  408       Cond = dyn_cast_or_null<ConstantInt>(V);
  410     if (Cond) {     // Constant fold to uncond branch!
  411       SwitchInst::ConstCaseHandle Case = *SI->findCaseValue(Cond);