Searched defs:TargetTy (Results 1 – 3 of 3) sorted by relevance
1422 Value *BasePtr, Type *Ty, Type *TargetTy, in getNaturalGEPWithType()1467 Type *TargetTy, in getNaturalGEPRecursively()1540 Value *Ptr, APInt Offset, Type *TargetTy, in getNaturalGEPWithOffset()1599 Type *TargetTy = TargetPtrTy->getElementType(); in getAdjustedPtr() local2501 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8) in visitLoadInst() local
3304 Type *TargetTy = GEP.getPointerOperandType()->getScalarType(); in visitGetElementPtrInst() local
175 static LLT getGCDType(LLT OrigTy, LLT TargetTy) { in getGCDType()