Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:IdxVT

300   EVT IdxVT = EVT::getEVT(Idx->getType(), /*HandleUnknown=*/false);
301 if (IdxVT.bitsLT(PtrVT)) {
302 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND,
306 else if (IdxVT.bitsGT(PtrVT)) {
307 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE,