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

References

lib/CodeGen/CodeGenPrepare.cpp
 6876     if (!GEPSequentialConstIndexed(UGEPI))
 6878     if (UGEPI->getOperand(0) != GEPIOp)
 6881         cast<ConstantInt>(UGEPI->getOperand(1))->getType())
 6883     ConstantInt *UGEPIIdx = cast<ConstantInt>(UGEPI->getOperand(1));
 6887     UGEPIs.push_back(UGEPI);