Searched refs:ARMIsMemCpySmall (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMFastISel.cpp188 bool ARMIsMemCpySmall(uint64_t Len);
2414 bool ARMFastISel::ARMIsMemCpySmall(uint64_t Len) { function in class:ARMFastISel
2421 if (!ARMIsMemCpySmall(Len))
2507 if (ARMIsMemCpySmall(Len)) {

Completed in 69 milliseconds