Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp1353 if (Parameters[Pos].LinearStepOrPos == 0) in hasValidParameterList()
1362 if (Parameters[Pos].LinearStepOrPos >= int(NumParams)) in hasValidParameterList()
1365 if (Parameters[Parameters[Pos].LinearStepOrPos].ParamKind != in hasValidParameterList()
1369 if (Parameters[Pos].LinearStepOrPos == int(Pos)) in hasValidParameterList()