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

References

lib/Transforms/InstCombine/InstCombineShifts.cpp
  641     if (TrOp && I.isLogicalShift() && TrOp->isShift() &&
  641     if (TrOp && I.isLogicalShift() && TrOp->isShift() &&
  642         isa<ConstantInt>(TrOp->getOperand(1))) {
  645           ConstantExpr::getZExt(cast<Constant>(Op1), TrOp->getType());
  647       Value *NSh = Builder.CreateBinOp(I.getOpcode(), TrOp, ShAmt, I.getName());
  653       unsigned SrcSize = TrOp->getType()->getScalarSizeInBits();