Home
last modified time | relevance | path

Searched refs:convertPointerToIntegerType (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp369 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()