Home
last modified time | relevance | path

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

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