Searched refs:SOp (Results 1 – 2 of 2) sorted by relevance
1401 SDValue SOp = SelN0 ? N0 : N1; in PreprocessISelDAG() local1404 if (SOp.getOpcode() == ISD::SELECT && SOp.getNode()->hasOneUse()) { in PreprocessISelDAG()1405 SDValue SC = SOp.getOperand(0); in PreprocessISelDAG()1406 SDValue SX = SOp.getOperand(1); in PreprocessISelDAG()1407 SDValue SY = SOp.getOperand(2); in PreprocessISelDAG()1408 SDLoc DLS = SOp; in PreprocessISelDAG()
5851 SDValue SOp = SetCC->getOperand(j); in ExtendSetCCUses() local5852 if (SOp == Trunc) in ExtendSetCCUses()5855 Ops.push_back(DAG.getNode(ExtType, DL, ExtLoad->getValueType(0), SOp)); in ExtendSetCCUses()