Searched refs:InOp0 (Results 1 – 2 of 2) sorted by relevance
5564 SDValue InOp0 = N->getOperand(0); in PromoteIntRes_EXTRACT_SUBVECTOR() local5565 EVT InVT = InOp0.getValueType(); in PromoteIntRes_EXTRACT_SUBVECTOR()5575 SDValue Step1 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, NInVT, InOp0, in PromoteIntRes_EXTRACT_SUBVECTOR()5586 SDValue Ops[] = {GetWidenedVector(InOp0), BaseIdx}; in PromoteIntRes_EXTRACT_SUBVECTOR()5595 SDValue Ops[] = { GetPromotedInteger(InOp0), BaseIdx }; in PromoteIntRes_EXTRACT_SUBVECTOR()5610 SDValue InOp0 = N->getOperand(0); in PromoteIntRes_EXTRACT_SUBVECTOR() local5611 if (getTypeAction(InOp0.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_EXTRACT_SUBVECTOR()5612 InOp0 = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTRACT_SUBVECTOR()5614 EVT InVT = InOp0.getValueType(); in PromoteIntRes_EXTRACT_SUBVECTOR()
6718 SDValue InOp0 = GetWidenedVector(N->getOperand(0)); in WidenVecOp_SETCC() local6729 EVT SVT = getSetCCResultType(InOp0.getValueType()); in WidenVecOp_SETCC()6736 SVT, InOp0, InOp1, N->getOperand(2)); in WidenVecOp_SETCC()