Searched refs:IndexedTy (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 1656 Type *IndexedTy; variable 1660 VPVectorPointerRecipe(VPValue *Ptr, Type *IndexedTy, bool IsReverse, in VPVectorPointerRecipe() argument 1664 IndexedTy(IndexedTy), IsReverse(IsReverse) {} in VPVectorPointerRecipe() 1677 return new VPVectorPointerRecipe(getOperand(0), IndexedTy, IsReverse, in clone()
|
H A D | VPlanRecipes.cpp | 1597 ? DL.getIndexType(IndexedTy->getPointerTo()) in execute() 1613 PartPtr = Builder.CreateGEP(IndexedTy, Ptr, NumElt, "", InBounds); in execute() 1614 PartPtr = Builder.CreateGEP(IndexedTy, PartPtr, LastLane, "", InBounds); in execute() 1617 PartPtr = Builder.CreateGEP(IndexedTy, Ptr, Increment, "", InBounds); in execute()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 1366 Type *IndexedTy = GTI.getIndexedType(); in computeKnownBitsFromOperator() local 1367 if (!IndexedTy->isSized()) { in computeKnownBitsFromOperator()
|