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

  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 445 return std::strncmp(LHS.VectorFnName, RHS.VectorFnName,
446 std::strlen(RHS.VectorFnName)) < 0;
454 return std::strncmp(LHS.VectorFnName, S.data(), S.size()) < 0;
507 return I->VectorFnName;
521 if (I == VectorDescs.end() || StringRef(I->VectorFnName) != F)
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 34 /// Function 'VectorFnName' is equivalent to 'ScalarFnName' vectorized
38 const char *VectorFnName;
81 /// on VectorFnName rather than ScalarFnName.

Completed in 3873 milliseconds