Searched refs:LHSSign (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 4128 OperandSignedness LHSSign; in AreMulWideOperandsDemotable() local 4131 if (!IsMulWideOperandDemotable(LHS, OptSize, LHSSign)) in AreMulWideOperandsDemotable() 4135 if (LHSSign == Unknown) in AreMulWideOperandsDemotable() 4138 IsSigned = (LHSSign == Signed); in AreMulWideOperandsDemotable() 4143 if (LHSSign == Unsigned) { in AreMulWideOperandsDemotable() 4153 return LHSSign == RHSSign; in AreMulWideOperandsDemotable()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2190 SDValue LHSSign = DAG.getSetCC(dl, OType, LHS, Zero, ISD::SETGE); in ExpandIntRes_SADDSUBO() local 2192 SDValue SignsMatch = DAG.getSetCC(dl, OType, LHSSign, RHSSign, in ExpandIntRes_SADDSUBO() 2197 SDValue SumSignNE = DAG.getSetCC(dl, OType, LHSSign, SumSign, ISD::SETNE); in ExpandIntRes_SADDSUBO()
|
D | LegalizeDAG.cpp | 3563 SDValue LHSSign = DAG.getSetCC(dl, OType, LHS, Zero, ISD::SETGE); in ExpandNode() local 3565 SDValue SignsMatch = DAG.getSetCC(dl, OType, LHSSign, RHSSign, in ExpandNode() 3570 SDValue SumSignNE = DAG.getSetCC(dl, OType, LHSSign, SumSign, ISD::SETNE); in ExpandNode()
|