Searched refs:LHSSign (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 4065 OperandSignedness LHSSign; in AreMulWideOperandsDemotable() local 4068 if (!IsMulWideOperandDemotable(LHS, OptSize, LHSSign)) in AreMulWideOperandsDemotable() 4072 if (LHSSign == Unknown) in AreMulWideOperandsDemotable() 4075 IsSigned = (LHSSign == Signed); in AreMulWideOperandsDemotable() 4080 if (LHSSign == Unsigned) { in AreMulWideOperandsDemotable() 4096 if (LHSSign != RHSSign) in AreMulWideOperandsDemotable()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2073 SDValue LHSSign = DAG.getSetCC(dl, OType, LHS, Zero, ISD::SETGE); in ExpandIntRes_SADDSUBO() local 2075 SDValue SignsMatch = DAG.getSetCC(dl, OType, LHSSign, RHSSign, in ExpandIntRes_SADDSUBO() 2080 SDValue SumSignNE = DAG.getSetCC(dl, OType, LHSSign, SumSign, ISD::SETNE); in ExpandIntRes_SADDSUBO()
|
D | LegalizeDAG.cpp | 3643 SDValue LHSSign = DAG.getSetCC(dl, OType, LHS, Zero, ISD::SETGE); in ExpandNode() local 3645 SDValue SignsMatch = DAG.getSetCC(dl, OType, LHSSign, RHSSign, in ExpandNode() 3650 SDValue SumSignNE = DAG.getSetCC(dl, OType, LHSSign, SumSign, ISD::SETNE); in ExpandNode()
|