HomeSort by relevance Sort by last modified time
    Searched refs:ScalarDescs (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 412 ScalarDescs = TLI.ScalarDescs;
420 ScalarDescs = TLI.ScalarDescs;
493 ScalarDescs.insert(ScalarDescs.end(), Fns.begin(), Fns.end());
494 std::sort(ScalarDescs.begin(), ScalarDescs.end(), compareByVectorFnName);
580 ScalarDescs.begin(), ScalarDescs.end(), F, compareWithVectorFnName)
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 82 std::vector<VecDesc> ScalarDescs;

Completed in 54 milliseconds