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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp1019 const unsigned CmpWidth = MRI.getType(LHS).getSizeInBits(); local
1021 if (CmpWidth <= 32)
1023 else if (CmpWidth == 64)

Completed in 167 milliseconds