Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.cpp4127 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/
HDLegalizeIntegerTypes.cpp2132 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()
HDLegalizeDAG.cpp3709 SDValue RHSSign = DAG.getSetCC(dl, OType, RHS, Zero, ISD::SETGE); in ExpandNode() local
3710 SDValue SignsMatch = DAG.getSetCC(dl, OType, LHSSign, RHSSign, in ExpandNode()