Searched refs:getStepValue (Results 1 – 4 of 4) sorted by relevance
1059 VPValue *getStepValue() { return getOperand(1); } in getStepValue() function1060 const VPValue *getStepValue() const { return getOperand(1); } in getStepValue() function1892 VPValue *getStepValue() const { return getOperand(2); } in getStepValue() function1926 VPValue *getStepValue() const { return getOperand(1); } in getStepValue() function
708 getStepValue()->printAsOperand(O, SlotTracker); in print()728 getStepValue()->printAsOperand(O, SlotTracker); in print()
9372 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute()9559 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute()9584 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute()
679 Value *getStepValue() const { return StepValue; } in getStepValue() function