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

References

lib/Transforms/InstCombine/InstCombineCasts.cpp
  984   BitsToClear = 0;
 1003     if (!canEvaluateZExtd(I->getOperand(0), Ty, BitsToClear, IC, CxtI) ||
 1007     if (BitsToClear == 0 && Tmp == 0)
 1017                                APInt::getHighBitsSet(VSize, BitsToClear),
 1022           BitsToClear = 0;
 1035       if (!canEvaluateZExtd(I->getOperand(0), Ty, BitsToClear, IC, CxtI))
 1038       BitsToClear = ShiftAmt < BitsToClear ? BitsToClear - ShiftAmt : 0;
 1038       BitsToClear = ShiftAmt < BitsToClear ? BitsToClear - ShiftAmt : 0;
 1038       BitsToClear = ShiftAmt < BitsToClear ? BitsToClear - ShiftAmt : 0;
 1048       if (!canEvaluateZExtd(I->getOperand(0), Ty, BitsToClear, IC, CxtI))
 1050       BitsToClear += Amt->getZExtValue();
 1051       if (BitsToClear > V->getType()->getScalarSizeInBits())
 1052         BitsToClear = V->getType()->getScalarSizeInBits();
 1060         !canEvaluateZExtd(I->getOperand(2), Ty, BitsToClear, IC, CxtI) ||
 1063         Tmp != BitsToClear)
 1072     if (!canEvaluateZExtd(PN->getIncomingValue(0), Ty, BitsToClear, IC, CxtI))
 1078           Tmp != BitsToClear)