Searched refs:getStartValue (Results 1 – 4 of 4) sorted by relevance
280 Value *getStartValue() const { return StartValue; } in getStartValue() function
518 isa<Constant>(ID.getStartValue()) && in addInductionPhi()519 cast<Constant>(ID.getStartValue())->isNullValue()) { in addInductionPhi()
1689 Value *Start = II.getStartValue(); in createVectorIntOrFpInductionPHI()1813 assert(IV->getType() == ID.getStartValue()->getType() && "Types must match"); in widenIntOrFpInduction()2829 auto StartValue = ID.getStartValue(); in emitTransformedIndex()3071 BCResumeVal->addIncoming(II.getStartValue(), BB); in createVectorizedLoopSkeleton()
206 Value *InitialIVValue = IndDesc.getStartValue(); in getBounds()407 ConstantInt *Init = dyn_cast_or_null<ConstantInt>(IndDesc.getStartValue()); in isCanonical()