Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:PtrVT

271   MVT PtrVT = TLI.getPointerTy();
273 if (IdxVT.bitsLT(PtrVT)) {
274 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND,
278 else if (IdxVT.bitsGT(PtrVT)) {
279 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE,