Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp394 static Type *convertPointerToIntegerType(const DataLayout &DL, Type *Ty) { in convertPointerToIntegerType() function
407 Ty0 = convertPointerToIntegerType(DL, Ty0); in getWiderType()
408 Ty1 = convertPointerToIntegerType(DL, Ty1); in getWiderType()
700 WidestIndTy = convertPointerToIntegerType(DL, PhiTy); in addInductionPhi()