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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp877 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); local
883 return CmpOpcTbl[ShouldUseImm][OpSize == 64];

Completed in 108 milliseconds