Home | History | Annotate | Download | only in Scalar

Lines Matching defs:AccessTy

116     bool OptimizeMemoryInst(Instruction *I, Value *Addr, Type *AccessTy);
584 Type *AccessTy;
585 if (TLI->GetAddrModeArguments(II, PtrOps, AccessTy))
587 if (OptimizeMemoryInst(II, PtrOps.pop_back_val(), AccessTy))
751 Type *AccessTy) {
788 AddressingModeMatcher::Match(V, AccessTy, MemoryInst,
863 TLI->getTargetData()->getIntPtrType(AccessTy->getContext());