Searched refs:IsRHSZero (Results 1 – 1 of 1) sorted by relevance
3321 bool IsRHSZero = RHSValue == 0; in get32BitZExtCompare() local3329 SDValue Xor = IsRHSZero ? LHS : in get32BitZExtCompare()3341 SDValue Xor = IsRHSZero ? LHS : in get32BitZExtCompare()3355 if(IsRHSZero) in get32BitZExtCompare()3362 IsRHSZero = RHSConst && RHSConst->isZero(); in get32BitZExtCompare()3370 if(IsRHSZero) { in get32BitZExtCompare()3397 if (IsRHSZero) { in get32BitZExtCompare()3412 IsRHSZero = RHSConst && RHSConst->isZero(); in get32BitZExtCompare()3427 if (IsRHSZero) { in get32BitZExtCompare()3494 bool IsRHSZero = RHSValue == 0; in get32BitSExtCompare() local[all …]