Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp389 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()