Lines Matching refs:TargetTy
1458 Value *BasePtr, Type *Ty, Type *TargetTy, in getNaturalGEPWithType() argument
1461 if (Ty == TargetTy) in getNaturalGEPWithType()
1490 } while (ElementTy != TargetTy); in getNaturalGEPWithType()
1491 if (ElementTy != TargetTy) in getNaturalGEPWithType()
1508 Value *Ptr, APInt Offset, Type *TargetTy, in getNaturalGEPWithOffset() argument
1515 if (Ty == IRB.getInt8PtrTy(Ty->getAddressSpace()) && TargetTy->isIntegerTy(8)) in getNaturalGEPWithOffset()
1528 return getNaturalGEPWithType(IRB, DL, Ptr, ElementTy, TargetTy, Indices, in getNaturalGEPWithOffset()
1577 Type *TargetTy = TargetPtrTy->getNonOpaquePointerElementType(); in getAdjustedPtr() local
1583 PointerTy = TargetTy->getPointerTo(AS); in getAdjustedPtr()
1599 if (Value *P = getNaturalGEPWithOffset(IRB, DL, Ptr, Offset, TargetTy, in getAdjustedPtr()
2491 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8) in visitLoadInst() local
2494 DL.getTypeStoreSize(TargetTy).getFixedSize() > SliceSize; in visitLoadInst()
2503 (canConvertValue(DL, NewAllocaTy, TargetTy) || in visitLoadInst()
2505 TargetTy->isIntegerTy()))) { in visitLoadInst()
2536 if (auto *TITy = dyn_cast<IntegerType>(TargetTy)) in visitLoadInst()
2544 Type *LTy = TargetTy->getPointerTo(AS); in visitLoadInst()
2546 IRB.CreateAlignedLoad(TargetTy, getNewAllocaSlicePtr(IRB, LTy), in visitLoadInst()
2558 V = convertValue(DL, IRB, V, TargetTy); in visitLoadInst()