Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3376 IsRHSZero = RHSConst && RHSConst->isZero(); in get32BitZExtCompare()
3426 IsRHSZero = RHSConst && RHSConst->isZero(); in get32BitZExtCompare()
3427 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()
3560 IsRHSZero = RHSConst && RHSConst->isZero(); in get32BitSExtCompare()
3605 IsRHSZero = RHSConst && RHSConst->isZero(); in get32BitSExtCompare()
3606 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()
3718 IsRHSZero = RHSConst && RHSConst->isZero(); in get64BitZExtCompare()
3760 IsRHSZero = RHSConst && RHSConst->isZero(); in get64BitZExtCompare()
3761 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()
3877 IsRHSZero = RHSConst && RHSConst->isZero(); in get64BitSExtCompare()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3123 if (auto *RHSConst = dyn_cast<ConstantSDNode>(RHS)) in ExpandIntRes_MINMAX() local
3124 RHSVal = &RHSConst->getAPIntValue(); in ExpandIntRes_MINMAX()