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

References

lib/IR/Verifier.cpp
 2441   if (BI.isConditional()) {
 2442     Assert(BI.getCondition()->getType()->isIntegerTy(1),
 2443            "Branch condition is not 'i1' type!", &BI, BI.getCondition());
 2443            "Branch condition is not 'i1' type!", &BI, BI.getCondition());
 2445   visitTerminator(BI);