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

References

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