reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1802 assert(IV->getType() == ID.getStartValue()->getType() && "Types must match"); 1822 assert(PSE.getSE()->isLoopInvariant(ID.getStep(), OrigLoop) && 1828 Step = Exp.expandCodeFor(ID.getStep(), ID.getStep()->getType(), 1828 Step = Exp.expandCodeFor(ID.getStep(), ID.getStep()->getType(), 1831 Step = cast<SCEVUnknown>(ID.getStep())->getValue(); 1838 createVectorIntOrFpInductionPHI(ID, Step, EntryVal); 1854 ScalarIV = emitTransformedIndex(Builder, ScalarIV, PSE.getSE(), DL, ID); 1873 getStepVector(Broadcasted, VF * Part, Step, ID.getInductionOpcode()); 1877 recordVectorLoopValueForInductionCast(ID, EntryVal, EntryPart, Part); 1888 buildScalarSteps(ScalarIV, Step, EntryVal, ID);