Searched refs:RHSLo (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2561 SDValue LHSLo, LHSHi, RHSLo, RHSHi; in IntegerExpandSetCCOperands() local 2563 GetExpandedInteger(NewRHS, RHSLo, RHSHi); in IntegerExpandSetCCOperands() 2566 if (RHSLo == RHSHi) { in IntegerExpandSetCCOperands() 2567 if (ConstantSDNode *RHSCST = dyn_cast<ConstantSDNode>(RHSLo)) { in IntegerExpandSetCCOperands() 2572 NewRHS = RHSLo; in IntegerExpandSetCCOperands() 2578 NewLHS = DAG.getNode(ISD::XOR, dl, LHSLo.getValueType(), LHSLo, RHSLo); in IntegerExpandSetCCOperands() 2619 TLI.isTypeLegal(RHSLo.getValueType())) in IntegerExpandSetCCOperands() 2621 LHSLo, RHSLo, LowCC, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands() 2624 LHSLo, RHSLo, LowCC); in IntegerExpandSetCCOperands()
|
D | LegalizeFloatTypes.cpp | 1405 SDValue LHSLo, LHSHi, RHSLo, RHSHi; in FloatExpandSetCCOperands() local 1407 GetExpandedFloat(NewRHS, RHSLo, RHSHi); in FloatExpandSetCCOperands() 1420 LHSLo, RHSLo, CCCode); in FloatExpandSetCCOperands()
|
D | LegalizeVectorTypes.cpp | 687 SDValue RHSLo, RHSHi; in SplitVecRes_BinOp() local 688 GetSplitVector(N->getOperand(1), RHSLo, RHSHi); in SplitVecRes_BinOp() 691 Lo = DAG.getNode(N->getOpcode(), dl, LHSLo.getValueType(), LHSLo, RHSLo); in SplitVecRes_BinOp()
|