Home
last modified time | relevance | path

Searched defs:getStepValue (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1059 VPValue *getStepValue() { return getOperand(1); } in getStepValue() function
1060 const VPValue *getStepValue() const { return getOperand(1); } in getStepValue() function
1892 VPValue *getStepValue() const { return getOperand(2); } in getStepValue() function
1926 VPValue *getStepValue() const { return getOperand(1); } in getStepValue() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h679 Value *getStepValue() const { return StepValue; } in getStepValue() function