Searched refs:IsRHSZero (Results 1 – 1 of 1) sorted by relevance
3322 bool IsRHSZero = RHSValue == 0; in get32BitZExtCompare() local3330 SDValue Xor = IsRHSZero ? LHS : in get32BitZExtCompare()3342 SDValue Xor = IsRHSZero ? LHS : in get32BitZExtCompare()3356 if(IsRHSZero) in get32BitZExtCompare()3363 IsRHSZero = RHSConst && RHSConst->isZero(); in get32BitZExtCompare()3371 if(IsRHSZero) { in get32BitZExtCompare()3398 if (IsRHSZero) { in get32BitZExtCompare()3413 IsRHSZero = RHSConst && RHSConst->isZero(); in get32BitZExtCompare()3428 if (IsRHSZero) { in get32BitZExtCompare()3495 bool IsRHSZero = RHSValue == 0; in get32BitSExtCompare() local[all …]