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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 1968   unsigned TypeBits = C.getBitWidth();
 1969   bool CIsPowerOf2 = C.isPowerOf2();
 1986     unsigned CLog2 = C.logBase2();
 1996     if (C.isAllOnesValue()) {
 2004     } else if (!C) {
 2016     return new ICmpInst(Pred, Y, ConstantInt::get(ShiftType, C.logBase2()));