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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 1993     return new ICmpInst(Pred, Y, ConstantInt::get(ShiftType, CLog2));
 1995     Constant *BitWidthMinusOne = ConstantInt::get(ShiftType, TypeBits - 1);
 2016     return new ICmpInst(Pred, Y, ConstantInt::get(ShiftType, C.logBase2()));