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

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4496 static Type *convertPointerToIntegerType(const DataLayout &DL, Type *Ty) { function
4509 Ty0 = convertPointerToIntegerType(DL, Ty0);
4510 Ty1 = convertPointerToIntegerType(DL, Ty1);
4544 WidestIndTy = convertPointerToIntegerType(DL, PhiTy);

Completed in 63 milliseconds