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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 1864     if (ExactLogBase2 != -1 && DL.isLegalInteger(ExactLogBase2 + 1)) {
 1864     if (ExactLogBase2 != -1 && DL.isLegalInteger(ExactLogBase2 + 1)) {
 1865       Type *NTy = IntegerType::get(Cmp.getContext(), ExactLogBase2 + 1);