Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp165 bool IsMemcpySmall(uint64_t Len);
2551 bool X86FastISel::IsMemcpySmall(uint64_t Len) { in IsMemcpySmall() function in X86FastISel
2559 if (!IsMemcpySmall(Len)) in TryEmitSmallMemcpy()
2726 if (IsMemcpySmall(Len)) { in fastLowerIntrinsicCall()