Searched refs:getStepValue (Results 1 – 5 of 5) sorted by relevance
981 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute()1075 getStepValue()->printAsOperand(O, SlotTracker); in print()1083 if (getStepValue()->getDefiningRecipe()) in isCanonical()1085 auto *StepC = dyn_cast<ConstantInt>(getStepValue()->getLiveInIRValue()); in isCanonical()1100 getStepValue()->printAsOperand(O, SlotTracker); in print()1117 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute()
1599 VPValue *getStepValue() { return getOperand(1); } in getStepValue() function1600 const VPValue *getStepValue() const { return getOperand(1); } in getStepValue() function2363 VPValue *getStepValue() const { return getOperand(2); } in getStepValue() function2406 VPValue *getStepValue() const { return getOperand(1); } in getStepValue() function
528 WideIV->getStartValue(), WideIV->getStepValue()); in optimizeInductions()
9331 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute()
176 Value *getStepValue() const { return StepValue; } in getStepValue() function