• Home
  • Raw
  • Download

Lines Matching refs:TargetTy

1336                                     Value *BasePtr, Type *Ty, Type *TargetTy,  in getNaturalGEPWithType()  argument
1339 if (Ty == TargetTy) in getNaturalGEPWithType()
1368 } while (ElementTy != TargetTy); in getNaturalGEPWithType()
1369 if (ElementTy != TargetTy) in getNaturalGEPWithType()
1381 Type *TargetTy, in getNaturalGEPRecursively() argument
1385 return getNaturalGEPWithType(IRB, DL, Ptr, Ty, TargetTy, Indices, in getNaturalGEPRecursively()
1408 Offset, TargetTy, Indices, NamePrefix); in getNaturalGEPRecursively()
1420 return getNaturalGEPRecursively(IRB, DL, Ptr, ElementTy, Offset, TargetTy, in getNaturalGEPRecursively()
1439 return getNaturalGEPRecursively(IRB, DL, Ptr, ElementTy, Offset, TargetTy, in getNaturalGEPRecursively()
1454 Value *Ptr, APInt Offset, Type *TargetTy, in getNaturalGEPWithOffset() argument
1461 if (Ty == IRB.getInt8PtrTy(Ty->getAddressSpace()) && TargetTy->isIntegerTy(8)) in getNaturalGEPWithOffset()
1474 return getNaturalGEPRecursively(IRB, DL, Ptr, ElementTy, Offset, TargetTy, in getNaturalGEPWithOffset()
1512 Type *TargetTy = PointerTy->getPointerElementType(); in getAdjustedPtr() local
1528 if (Value *P = getNaturalGEPWithOffset(IRB, DL, Ptr, Offset, TargetTy, in getAdjustedPtr()
2375 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8) in visitLoadInst() local
2377 const bool IsLoadPastEnd = DL.getTypeStoreSize(TargetTy) > SliceSize; in visitLoadInst()
2386 (canConvertValue(DL, NewAllocaTy, TargetTy) || in visitLoadInst()
2388 TargetTy->isIntegerTy()))) { in visitLoadInst()
2399 if (auto *TITy = dyn_cast<IntegerType>(TargetTy)) in visitLoadInst()
2407 Type *LTy = TargetTy->getPointerTo(); in visitLoadInst()
2409 getSliceAlign(TargetTy), in visitLoadInst()
2417 V = convertValue(DL, IRB, V, TargetTy); in visitLoadInst()