Home | History | Annotate | Download | only in Analysis

Lines Matching defs:IntPtrTy

604   Type *IntPtrTy = TD->getIntPtrType(ResultTy->getContext());
612 Ops[i]->getType() != IntPtrTy) {
616 IntPtrTy,
618 Ops[i], IntPtrTy));
658 Type *IntPtrTy = TD->getIntPtrType(Ptr->getContext());
670 assert((CE == 0 || CE->getType() == IntPtrTy) &&
685 unsigned BitWidth = TD->getTypeSizeInBits(IntPtrTy);
746 IntegerType *IntPtrTy = TD->getIntPtrType(Ty->getContext());
751 NewIdxs.push_back(ConstantInt::get(IntPtrTy, 0));
757 NewIdxs.push_back(ConstantInt::get(IntPtrTy, NewIdx));
1027 Type *IntPtrTy = TD->getIntPtrType(CE0->getContext());
1032 IntPtrTy, false);
1037 // Only do this transformation if the int is intptrty in size, otherwise
1040 CE0->getType() == IntPtrTy) {
1049 Type *IntPtrTy = TD->getIntPtrType(CE0->getContext());
1055 IntPtrTy, false);
1057 IntPtrTy, false);
1061 // Only do this transformation if the int is intptrty in size, otherwise
1064 CE0->getType() == IntPtrTy &&