Searched refs:NInVT (Results 1 – 2 of 2) sorted by relevance
3792 EVT NInVT = NInOp.getValueType(); in WidenVecRes_BITCAST() local3793 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()3797 unsigned ShiftAmt = NInVT.getSizeInBits() - InVT.getSizeInBits(); in WidenVecRes_BITCAST()3798 EVT ShiftAmtTy = TLI.getShiftAmountTy(NInVT, DAG.getDataLayout()); in WidenVecRes_BITCAST()3800 NInOp = DAG.getNode(ISD::SHL, dl, NInVT, NInOp, in WidenVecRes_BITCAST()3806 InVT = NInVT; in WidenVecRes_BITCAST()
341 EVT NInVT = TLI.getTypeToTransformTo(*DAG.getContext(), InVT); in PromoteIntRes_BITCAST() local350 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector()) in PromoteIntRes_BITCAST()401 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector()) { in PromoteIntRes_BITCAST()408 unsigned ShiftAmt = NInVT.getSizeInBits() - InVT.getSizeInBits(); in PromoteIntRes_BITCAST()420 unsigned WidenInSize = NInVT.getSizeInBits(); in PromoteIntRes_BITCAST()