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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 1954       Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC);
 1959       assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) ==
 1968         Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC);
 1985                                           ConstantExpr::getSub(WidthC, ShAmtC));