Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FastISel.cpp2203 bool i64Legal = Subtarget->is64Bit(); in TryEmitSmallMemcpy() local
2208 if (Len >= 8 && i64Legal) in TryEmitSmallMemcpy()