Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3192 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); in get32BitZExtCompare() local
3193 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get32BitZExtCompare()
3242 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); in get32BitZExtCompare() local
3243 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get32BitZExtCompare()
3244 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()
3376 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); in get32BitSExtCompare() local
3377 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get32BitSExtCompare()
3421 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); in get32BitSExtCompare() local
3422 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get32BitSExtCompare()
3423 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()
[all …]