reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6835 if (TTI->getIntImmCost(GEPIIdx->getValue(), GEPIIdx->getType()) 6835 if (TTI->getIntImmCost(GEPIIdx->getValue(), GEPIIdx->getType()) 6880 if (GEPIIdx->getType() != 6894 APInt NewIdx = UGEPIIdx->getValue() - GEPIIdx->getValue(); 6895 unsigned ImmCost = TTI->getIntImmCost(NewIdx, GEPIIdx->getType()); 6904 ConstantInt::get(GEPIIdx->getType(), 6905 UGEPIIdx->getValue() - GEPIIdx->getValue());