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

References

lib/Transforms/InstCombine/InstCombineCasts.cpp
 1321   switch (I->getOpcode()) {
 1333     return canEvaluateSExtd(I->getOperand(0), Ty) &&
 1334            canEvaluateSExtd(I->getOperand(1), Ty);
 1340     return canEvaluateSExtd(I->getOperand(1), Ty) &&
 1341            canEvaluateSExtd(I->getOperand(2), Ty);
 1347     PHINode *PN = cast<PHINode>(I);