Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp2913 bool IsRHSOne = RHSValue == 1; in get32BitZExtCompare() local
3004 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()
3012 if (IsRHSOne) { in get32BitZExtCompare()
3086 bool IsRHSOne = RHSValue == 1; in get32BitSExtCompare() local
3183 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()
3190 if (IsRHSOne) { in get32BitSExtCompare()
3258 bool IsRHSOne = RHSValue == 1; in get64BitZExtCompare() local
3338 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()
3346 if (IsRHSOne) in get64BitZExtCompare()
3415 bool IsRHSOne = RHSValue == 1; in get64BitSExtCompare() local
[all …]