Lines Matching refs:TargetTy

1396                                     Value *BasePtr, Type *Ty, Type *TargetTy,  in getNaturalGEPWithType()  argument
1399 if (Ty == TargetTy) in getNaturalGEPWithType()
1428 } while (ElementTy != TargetTy); in getNaturalGEPWithType()
1429 if (ElementTy != TargetTy) in getNaturalGEPWithType()
1441 Type *TargetTy, in getNaturalGEPRecursively() argument
1445 return getNaturalGEPWithType(IRB, DL, Ptr, Ty, TargetTy, Indices, in getNaturalGEPRecursively()
1468 Offset, TargetTy, Indices, NamePrefix); in getNaturalGEPRecursively()
1480 return getNaturalGEPRecursively(IRB, DL, Ptr, ElementTy, Offset, TargetTy, in getNaturalGEPRecursively()
1499 return getNaturalGEPRecursively(IRB, DL, Ptr, ElementTy, Offset, TargetTy, in getNaturalGEPRecursively()
1514 Value *Ptr, APInt Offset, Type *TargetTy, in getNaturalGEPWithOffset() argument
1521 if (Ty == IRB.getInt8PtrTy(Ty->getAddressSpace()) && TargetTy->isIntegerTy(8)) in getNaturalGEPWithOffset()
1534 return getNaturalGEPRecursively(IRB, DL, Ptr, ElementTy, Offset, TargetTy, in getNaturalGEPWithOffset()
1572 Type *TargetTy = PointerTy->getPointerElementType(); in getAdjustedPtr() local
1588 if (Value *P = getNaturalGEPWithOffset(IRB, DL, Ptr, Offset, TargetTy, in getAdjustedPtr()
2458 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8) in visitLoadInst() local
2460 const bool IsLoadPastEnd = DL.getTypeStoreSize(TargetTy) > SliceSize; in visitLoadInst()
2469 (canConvertValue(DL, NewAllocaTy, TargetTy) || in visitLoadInst()
2471 TargetTy->isIntegerTy()))) { in visitLoadInst()
2499 if (auto *TITy = dyn_cast<IntegerType>(TargetTy)) in visitLoadInst()
2507 Type *LTy = TargetTy->getPointerTo(AS); in visitLoadInst()
2509 getSliceAlign(TargetTy), in visitLoadInst()
2519 V = convertValue(DL, IRB, V, TargetTy); in visitLoadInst()