Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1605 unsigned NecessarySize = UseWReg ? 32 : 64; in emitTestBit() local
1606 if (Size != NecessarySize) in emitTestBit()