Home
last modified time | relevance | path

Searched refs:getVFValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1762 VPValue *getVFValue() { return getOperand(1); } in VP_CLASSOF_IMPL()
1763 const VPValue *getVFValue() const { return getOperand(1); } in getVFValue() function
1789 return new VPVectorEndPointerRecipe(getOperand(0), getVFValue(), IndexedTy, in clone()
2042 getPHINode(), getStartValue(), getStepValue(), getVFValue(), in clone()
2059 VPValue *getVFValue() { return getOperand(2); } in getVFValue() function
2060 const VPValue *getVFValue() const { return getOperand(2); } in getVFValue() function
H A DVPlanTransforms.cpp2592 VPValue *VF = WidenIVR->getVFValue(); in expandVPWidenIntOrFpInduction()
H A DVPlanRecipes.cpp2359 Value *RunTimeVF = State.get(getVFValue(), VPLane(0)); in execute()