HomeSort by: relevance | last modified time | path
    Searched refs:LinearStepOrPos (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 65 int LinearStepOrPos = 0; // Step or Position of the Parameter.
70 return std::tie(ParamPos, ParamKind, LinearStepOrPos, Alignment) ==
71 std::tie(Other.ParamPos, Other.ParamKind, Other.LinearStepOrPos,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp 1353 if (Parameters[Pos].LinearStepOrPos == 0)
1362 if (Parameters[Pos].LinearStepOrPos >= int(NumParams))
1365 if (Parameters[Parameters[Pos].LinearStepOrPos].ParamKind !=
1369 if (Parameters[Pos].LinearStepOrPos == int(Pos))

Completed in 25 milliseconds