Searched refs:NInVT (Results 1 – 2 of 2) sorted by relevance
3787 EVT NInVT = NInOp.getValueType(); in WidenVecRes_BITCAST() local3788 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()3792 unsigned ShiftAmt = NInVT.getSizeInBits() - InVT.getSizeInBits(); in WidenVecRes_BITCAST()3793 EVT ShiftAmtTy = TLI.getShiftAmountTy(NInVT, DAG.getDataLayout()); in WidenVecRes_BITCAST()3795 NInOp = DAG.getNode(ISD::SHL, dl, NInVT, NInOp, in WidenVecRes_BITCAST()3801 InVT = NInVT; in WidenVecRes_BITCAST()
338 EVT NInVT = TLI.getTypeToTransformTo(*DAG.getContext(), InVT); in PromoteIntRes_BITCAST() local347 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector()) in PromoteIntRes_BITCAST()398 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector()) { in PromoteIntRes_BITCAST()405 unsigned ShiftAmt = NInVT.getSizeInBits() - InVT.getSizeInBits(); in PromoteIntRes_BITCAST()417 unsigned WidenInSize = NInVT.getSizeInBits(); in PromoteIntRes_BITCAST()