Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3189 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get32BitZExtCompare()
3239 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get32BitZExtCompare()
3240 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()
3373 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get32BitSExtCompare()
3418 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get32BitSExtCompare()
3419 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()
3531 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get64BitZExtCompare()
3573 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get64BitZExtCompare()
3574 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()
3690 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get64BitSExtCompare()
[all …]