Searched refs:getWiderType (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationLegality.cpp | 425 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType() function 543 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in addInductionPhi()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 508 Type *getWiderType(Type *Ty1, Type *Ty2) const;
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4508 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType() function 4546 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in addInductionPhi()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3804 Type *ScalarEvolution::getWiderType(Type *T1, Type *T2) const { in getWiderType() function in ScalarEvolution 4123 MaxType = getWiderType(MaxType, S->getType()); in getUMinFromMismatchedTypes() 10062 auto *WTy = getWiderType(DTy, FRHSTy); in isImpliedViaOperations()
|