Home
last modified time | relevance | path

Searched refs:LinearStepOrPos (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DVectorUtils.h65 int LinearStepOrPos = 0; // Step or Position of the Parameter. member
70 return std::tie(ParamPos, ParamKind, LinearStepOrPos, Alignment) ==
71 std::tie(Other.ParamPos, Other.ParamKind, Other.LinearStepOrPos,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp1583 if (Parameters[Pos].LinearStepOrPos == 0) in hasValidParameterList()
1592 if (Parameters[Pos].LinearStepOrPos >= int(NumParams)) in hasValidParameterList()
1595 if (Parameters[Parameters[Pos].LinearStepOrPos].ParamKind != in hasValidParameterList()
1599 if (Parameters[Pos].LinearStepOrPos == int(Pos)) in hasValidParameterList()