Searched refs:SOp (Results 1 – 2 of 2) sorted by relevance
1334 SDValue SOp = SelN0 ? N0 : N1; in PreprocessISelDAG() local1337 if (SOp.getOpcode() == ISD::SELECT && SOp.getNode()->hasOneUse()) { in PreprocessISelDAG()1338 SDValue SC = SOp.getOperand(0); in PreprocessISelDAG()1339 SDValue SX = SOp.getOperand(1); in PreprocessISelDAG()1340 SDValue SY = SOp.getOperand(2); in PreprocessISelDAG()1341 SDLoc DLS = SOp; in PreprocessISelDAG()
5423 SDValue SOp = SetCC->getOperand(j); in ExtendSetCCUses() local5424 if (SOp == Trunc) in ExtendSetCCUses()5427 Ops.push_back(DAG.getNode(ExtType, DL, ExtLoad->getValueType(0), SOp)); in ExtendSetCCUses()