Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:intvt

178       EVT IntVT = TLI.getPointerTy();
181 uint32_t IntBitWidth = IntVT.getSizeInBits();
191 Reg = FastEmit_r(IntVT.getSimpleVT(), VT, ISD::SINT_TO_FP,
801 EVT IntVT = EVT::getIntegerVT(I->getContext(), VT.getSizeInBits());
802 if (!TLI.isTypeLegal(IntVT))
805 unsigned IntReg = FastEmit_r(VT.getSimpleVT(), IntVT.getSimpleVT(),
810 unsigned IntResultReg = FastEmit_ri_(IntVT.getSimpleVT(), ISD::XOR,
813 IntVT.getSimpleVT());
817 ResultReg = FastEmit_r(IntVT.getSimpleVT(), VT.getSimpleVT(),