Searched refs:InOp0 (Results 1 – 2 of 2) sorted by relevance
5735 SDValue InOp0 = N->getOperand(0); in PromoteIntRes_EXTRACT_SUBVECTOR() local5736 EVT InVT = InOp0.getValueType(); in PromoteIntRes_EXTRACT_SUBVECTOR()5746 SDValue Step1 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, NInVT, InOp0, in PromoteIntRes_EXTRACT_SUBVECTOR()5757 SDValue Ops[] = {GetWidenedVector(InOp0), BaseIdx}; in PromoteIntRes_EXTRACT_SUBVECTOR()5766 SDValue Ops[] = { GetPromotedInteger(InOp0), BaseIdx }; in PromoteIntRes_EXTRACT_SUBVECTOR()5781 SDValue InOp0 = N->getOperand(0); in PromoteIntRes_EXTRACT_SUBVECTOR() local5782 if (getTypeAction(InOp0.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_EXTRACT_SUBVECTOR()5783 InOp0 = GetPromotedInteger(InOp0); in PromoteIntRes_EXTRACT_SUBVECTOR()5785 EVT InVT = InOp0.getValueType(); in PromoteIntRes_EXTRACT_SUBVECTOR()
7102 SDValue InOp0 = GetWidenedVector(N->getOperand(0)); in WidenVecOp_SETCC() 7113 EVT SVT = getSetCCResultType(InOp0.getValueType()); in WidenVecOp_SETCC() 7120 SVT, InOp0, InOp1, N->getOperand(2)); in WidenVecOp_SETCC() 7098 SDValue InOp0 = GetWidenedVector(N->getOperand(0)); WidenVecOp_SETCC() local