Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2556 bool i64Legal = Subtarget->is64Bit(); in TryEmitSmallMemcpy() local
2561 if (Len >= 8 && i64Legal) in TryEmitSmallMemcpy()