Home
last modified time | relevance | path

Searched refs:NInVT (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3787 EVT NInVT = NInOp.getValueType(); in WidenVecRes_BITCAST() local
3788 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()
H A DLegalizeIntegerTypes.cpp338 EVT NInVT = TLI.getTypeToTransformTo(*DAG.getContext(), InVT); in PromoteIntRes_BITCAST() local
347 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()