Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3149 bool IsRHSOne = RHSValue == 1; in get32BitZExtCompare() local
3240 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()
3248 if (IsRHSOne) { in get32BitZExtCompare()
3322 bool IsRHSOne = RHSValue == 1; in get32BitSExtCompare() local
3419 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()
3426 if (IsRHSOne) { in get32BitSExtCompare()
3494 bool IsRHSOne = RHSValue == 1; in get64BitZExtCompare() local
3574 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()
3582 if (IsRHSOne) in get64BitZExtCompare()
3651 bool IsRHSOne = RHSValue == 1; in get64BitSExtCompare() local
[all …]