Home
last modified time | relevance | path

Searched refs:getStepValue (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLoopInfoTest.cpp280 dyn_cast_or_null<ConstantInt>(Bounds->getStepValue()); in TEST()
339 dyn_cast_or_null<ConstantInt>(Bounds->getStepValue()); in TEST()
398 dyn_cast_or_null<ConstantInt>(Bounds->getStepValue()); in TEST()
457 dyn_cast_or_null<ConstantInt>(Bounds->getStepValue()); in TEST()
516 dyn_cast_or_null<ConstantInt>(Bounds->getStepValue()); in TEST()
576 dyn_cast_or_null<ConstantInt>(Bounds->getStepValue()); in TEST()
634 EXPECT_EQ(Bounds->getStepValue()->getName(), "step"); in TEST()
691 dyn_cast_or_null<ConstantInt>(Bounds->getStepValue()); in TEST()
748 dyn_cast_or_null<ConstantInt>(Bounds->getStepValue()); in TEST()
809 EXPECT_EQ(Bounds->getStepValue()->getName(), "step"); in TEST()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp637 getStepValue()->printAsOperand(O, SlotTracker); in print()
657 auto *StepVPV = getStepValue(); in isCanonical()
H A DVPlan.h1088 VPValue *getStepValue() { return getOperand(1); } in getStepValue() function
1089 const VPValue *getStepValue() const { return getOperand(1); } in getStepValue() function
2006 VPValue *getStepValue() const { return getOperand(2); } in getStepValue() function
H A DLoopVectorize.cpp9251 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute()
9440 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h676 Value *getStepValue() const { return StepValue; } in getStepValue() function