Searched refs:RHSL (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1679 SDValue LHSL, LHSH, RHSL, RHSH; in ExpandIntRes_ADDSUB() local 1681 GetExpandedInteger(N->getOperand(1), RHSL, RHSH); in ExpandIntRes_ADDSUB() 1684 SDValue LoOps[2] = { LHSL, RHSL }; in ExpandIntRes_ADDSUB() 1772 SDValue LHSL, LHSH, RHSL, RHSH; in ExpandIntRes_ADDSUBC() local 1775 GetExpandedInteger(N->getOperand(1), RHSL, RHSH); in ExpandIntRes_ADDSUBC() 1777 SDValue LoOps[2] = { LHSL, RHSL }; in ExpandIntRes_ADDSUBC() 1798 SDValue LHSL, LHSH, RHSL, RHSH; in ExpandIntRes_ADDSUBE() local 1801 GetExpandedInteger(N->getOperand(1), RHSL, RHSH); in ExpandIntRes_ADDSUBE() 1803 SDValue LoOps[3] = { LHSL, RHSL, N->getOperand(2) }; in ExpandIntRes_ADDSUBE()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 743 SDValue RHSL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, in ExpandADDSUB() local 755 LHSL, RHSL, Zero); in ExpandADDSUB()
|