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

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

Completed in 67 milliseconds