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

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 3480     IsRHSZero = RHSConst && RHSConst->isNullValue();
 3480     IsRHSZero = RHSConst && RHSConst->isNullValue();
 3481     IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1;
 3481     IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1;