Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3375 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); get32BitZExtCompare() local
3425 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); get32BitZExtCompare() local
3559 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); get32BitSExtCompare() local
3604 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); get32BitSExtCompare() local
3717 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); get64BitZExtCompare() local
3759 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); get64BitZExtCompare() local
3876 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); get64BitSExtCompare() local
3919 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); get64BitSExtCompare() local
4045 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); getSETCCInGPR() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3123 if (auto *RHSConst = dyn_cast<ConstantSDNode>(RHS)) ExpandIntRes_MINMAX() local