Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3081 const char *const LibCalls[] = in isF128SoftLibCall() local
3092 const char * const *End = LibCalls + array_lengthof(LibCalls); in isF128SoftLibCall()
3098 for (const char * const *I = LibCalls; I < End - 1; ++I) in isF128SoftLibCall()
3102 return std::binary_search(LibCalls, End, CallSym, Comp); in isF128SoftLibCall()