Searched refs:getVFValue (Results 1 – 3 of 3) sorted by relevance
1762 VPValue *getVFValue() { return getOperand(1); } in VP_CLASSOF_IMPL()1763 const VPValue *getVFValue() const { return getOperand(1); } in getVFValue() function1789 return new VPVectorEndPointerRecipe(getOperand(0), getVFValue(), IndexedTy, in clone()2042 getPHINode(), getStartValue(), getStepValue(), getVFValue(), in clone()2059 VPValue *getVFValue() { return getOperand(2); } in getVFValue() function2060 const VPValue *getVFValue() const { return getOperand(2); } in getVFValue() function
2592 VPValue *VF = WidenIVR->getVFValue(); in expandVPWidenIntOrFpInduction()
2359 Value *RunTimeVF = State.get(getVFValue(), VPLane(0)); in execute()