Searched refs:ShouldUseImm (Results 1 – 1 of 1) sorted by relevance
4591 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in emitFPCompare() local4597 if (!ShouldUseImm && Pred && IsEqualityPred(*Pred)) { in emitFPCompare()4601 ShouldUseImm = true; in emitFPCompare()4609 CmpOpcTbl[ShouldUseImm][OpSize == 16 ? 0 : (OpSize == 32 ? 1 : 2)]; in emitFPCompare()4615 if (!ShouldUseImm) in emitFPCompare()