Home | History | Annotate | Download | only in Analysis

Lines Matching refs:IntPtrTy

678   Type *IntPtrTy = TD->getIntPtrType(ResultTy);
687 Ops[i]->getType() != IntPtrTy) {
691 IntPtrTy,
693 Ops[i], IntPtrTy));
736 Type *IntPtrTy = TD->getIntPtrType(Ptr->getType());
748 assert((!CE || CE->getType() == IntPtrTy) &&
763 unsigned BitWidth = TD->getTypeSizeInBits(IntPtrTy);
832 NewIdxs.push_back(ConstantInt::get(IntPtrTy, 0));
838 NewIdxs.push_back(ConstantInt::get(IntPtrTy, NewIdx));
1122 Type *IntPtrTy = TD->getIntPtrType(CE0->getType());
1126 IntPtrTy, false);
1131 // Only do this transformation if the int is intptrty in size, otherwise
1134 Type *IntPtrTy = TD->getIntPtrType(CE0->getOperand(0)->getType());
1135 if (CE0->getType() == IntPtrTy) {
1146 Type *IntPtrTy = TD->getIntPtrType(CE0->getType());
1151 IntPtrTy, false);
1153 IntPtrTy, false);
1157 // Only do this transformation if the int is intptrty in size, otherwise
1160 Type *IntPtrTy = TD->getIntPtrType(CE0->getOperand(0)->getType());
1161 if (CE0->getType() == IntPtrTy &&