Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86WinAllocaExpander.cpp192 static unsigned getSubOpcode(bool Is64Bit, int64_t Amount) { in getSubOpcode() function
240 TII->get(getSubOpcode(Is64BitAlloca, Amount)), StackPtr) in lower()