Searched refs:ShouldUseImm (Results 1 – 1 of 1) sorted by relevance
4654 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in emitFPCompare() local4660 if (!ShouldUseImm && Pred && IsEqualityPred(*Pred)) { in emitFPCompare()4664 ShouldUseImm = true; in emitFPCompare()4670 unsigned CmpOpc = CmpOpcTbl[ShouldUseImm][OpSize == 64]; in emitFPCompare()4676 if (!ShouldUseImm) in emitFPCompare()