Searched refs:RHSSign (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXISelLowering.cpp | 4127 OperandSignedness RHSSign; in AreMulWideOperandsDemotable() local 4128 if (!IsMulWideOperandDemotable(RHS, OptSize, RHSSign)) in AreMulWideOperandsDemotable() 4131 if (LHSSign != RHSSign) in AreMulWideOperandsDemotable()
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeIntegerTypes.cpp | 2132 SDValue RHSSign = DAG.getSetCC(dl, OType, RHS, Zero, ISD::SETGE); in ExpandIntRes_SADDSUBO() local 2133 SDValue SignsMatch = DAG.getSetCC(dl, OType, LHSSign, RHSSign, in ExpandIntRes_SADDSUBO()
|
| HD | LegalizeDAG.cpp | 3709 SDValue RHSSign = DAG.getSetCC(dl, OType, RHS, Zero, ISD::SETGE); in ExpandNode() local 3710 SDValue SignsMatch = DAG.getSetCC(dl, OType, LHSSign, RHSSign, in ExpandNode()
|