Searched refs:LibCalls (Results 1 – 1 of 1) sorted by relevance
3173 const char *const LibCalls[] = in isF128SoftLibCall() local3184 const char *const *End = LibCalls + array_lengthof(LibCalls); in isF128SoftLibCall()3190 for (const char *const *I = LibCalls; I < End - 1; ++I) in isF128SoftLibCall()3194 return std::binary_search(LibCalls, End, CallSym, Comp); in isF128SoftLibCall()