Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp413 static Type *convertPointerToIntegerType(const DataLayout &DL, Type *Ty) { in convertPointerToIntegerType() function
426 Ty0 = convertPointerToIntegerType(DL, Ty0); in getWiderType()
427 Ty1 = convertPointerToIntegerType(DL, Ty1); in getWiderType()
541 WidestIndTy = convertPointerToIntegerType(DL, PhiTy); in addInductionPhi()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4496 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()