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

References

lib/Transforms/InstCombine/InstCombineCasts.cpp
 1003     if (!canEvaluateZExtd(I->getOperand(0), Ty, BitsToClear, IC, CxtI) ||
 1004         !canEvaluateZExtd(I->getOperand(1), Ty, Tmp, IC, CxtI))
 1016       if (IC.MaskedValueIsZero(I->getOperand(1),
 1035       if (!canEvaluateZExtd(I->getOperand(0), Ty, BitsToClear, IC, CxtI))
 1048       if (!canEvaluateZExtd(I->getOperand(0), Ty, BitsToClear, IC, CxtI))
 1059     if (!canEvaluateZExtd(I->getOperand(1), Ty, Tmp, IC, CxtI) ||
 1060         !canEvaluateZExtd(I->getOperand(2), Ty, BitsToClear, IC, CxtI) ||
 1072     if (!canEvaluateZExtd(PN->getIncomingValue(0), Ty, BitsToClear, IC, CxtI))
 1075       if (!canEvaluateZExtd(PN->getIncomingValue(i), Ty, Tmp, IC, CxtI) ||