Home | History | Annotate | Download | only in Analysis

Lines Matching refs:MapTy

415     Type *MapTy;
417 MapTy = Type::getInt16PtrTy(C->getContext(), AS);
419 MapTy = Type::getInt32PtrTy(C->getContext(), AS);
421 MapTy = Type::getInt64PtrTy(C->getContext(), AS);
423 MapTy = PointerType::getIntNPtrTy(C->getContext(),
428 C = FoldBitCast(C, MapTy, DL);