Searched refs:convertPointerToIntegerType (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 369 static Type *convertPointerToIntegerType(const DataLayout &DL, Type *Ty) { in convertPointerToIntegerType() function 382 Ty0 = convertPointerToIntegerType(DL, Ty0); in getWiderType() 383 Ty1 = convertPointerToIntegerType(DL, Ty1); in getWiderType() 510 WidestIndTy = convertPointerToIntegerType(DL, PhiTy); in addInductionPhi()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 389 static Type *convertPointerToIntegerType(const DataLayout &DL, Type *Ty) { in convertPointerToIntegerType() function 402 Ty0 = convertPointerToIntegerType(DL, Ty0); in getWiderType() 403 Ty1 = convertPointerToIntegerType(DL, Ty1); in getWiderType() 567 WidestIndTy = convertPointerToIntegerType(DL, PhiTy); in addInductionPhi()
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 4496 static Type *convertPointerToIntegerType(const DataLayout &DL, Type *Ty) { in convertPointerToIntegerType() function 4509 Ty0 = convertPointerToIntegerType(DL, Ty0); in getWiderType() 4510 Ty1 = convertPointerToIntegerType(DL, Ty1); in getWiderType() 4544 WidestIndTy = convertPointerToIntegerType(DL, PhiTy); in addInductionPhi()
|