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

References

lib/CodeGen/CodeGenPrepare.cpp
 2101     if (BaseReg && other.BaseReg &&
 2102         BaseReg->getType() != other.BaseReg->getType())
 2104     if (BaseGV && other.BaseGV &&
 2105         BaseGV->getType() != other.BaseGV->getType())
 2107     if (ScaledReg && other.ScaledReg &&
 2108         ScaledReg->getType() != other.ScaledReg->getType())
 2112     if (InBounds != other.InBounds)
 2117     if (BaseReg != other.BaseReg)
 2119     if (BaseGV != other.BaseGV)
 2121     if (BaseOffs != other.BaseOffs)
 2123     if (ScaledReg != other.ScaledReg)
 2127     if (Scale && other.Scale && Scale != other.Scale)
 2127     if (Scale && other.Scale && Scale != other.Scale)