reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1408 SDLoc dl(N); 1409 EVT ResVT = N->getValueType(0); 1410 EVT OvVT = N->getValueType(1); 1417 GetSplitVector(N->getOperand(0), LoLHS, HiLHS); 1418 GetSplitVector(N->getOperand(1), LoRHS, HiRHS); 1420 std::tie(LoLHS, HiLHS) = DAG.SplitVectorOperand(N, 0); 1421 std::tie(LoRHS, HiRHS) = DAG.SplitVectorOperand(N, 1); 1424 unsigned Opcode = N->getOpcode(); 1435 EVT OtherVT = N->getValueType(OtherNo); 1437 SetSplitVector(SDValue(N, OtherNo), 1443 ReplaceValueWith(SDValue(N, OtherNo), OtherVal);