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

References

lib/Analysis/BasicAliasAnalysis.cpp
  302     if (ConstantInt *RHSC = dyn_cast<ConstantInt>(BOp->getOperand(1))) {
  308       switch (BOp->getOpcode()) {
  318         if (!MaskedValueIsZero(BOp->getOperand(0), RHSC->getValue(), DL, 0, AC,
  319                                BOp, DT)) {
  326         V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
  331         V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
  336         V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
  342         V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
  365       if (isa<OverflowingBinaryOperator>(BOp)) {
  366         NUW &= BOp->hasNoUnsignedWrap();
  367         NSW &= BOp->hasNoSignedWrap();