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

References

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