Searched refs:InOp0 (Results 1 – 2 of 2) sorted by relevance
4709 SDValue InOp0 = N->getOperand(0); in PromoteIntRes_EXTRACT_SUBVECTOR() local4710 EVT InVT = InOp0.getValueType(); in PromoteIntRes_EXTRACT_SUBVECTOR()4716 SDValue Ops[] = { GetPromotedInteger(InOp0), BaseIdx }; in PromoteIntRes_EXTRACT_SUBVECTOR()4731 SDValue InOp0 = N->getOperand(0); in PromoteIntRes_EXTRACT_SUBVECTOR() local4732 if (getTypeAction(InOp0.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_EXTRACT_SUBVECTOR()4733 InOp0 = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTRACT_SUBVECTOR()4735 EVT InVT = InOp0.getValueType(); in PromoteIntRes_EXTRACT_SUBVECTOR()
5004 SDValue InOp0 = GetWidenedVector(N->getOperand(0)); in WidenVecOp_SETCC() local5015 EVT SVT = getSetCCResultType(InOp0.getValueType()); in WidenVecOp_SETCC()5022 SVT, InOp0, InOp1, N->getOperand(2)); in WidenVecOp_SETCC()