Home
last modified time | relevance | path

Searched refs:IsRHSZero (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3322 bool IsRHSZero = RHSValue == 0; in get32BitZExtCompare() local
3330 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 …]