Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp425 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/
DScalarEvolution.h508 Type *getWiderType(Type *Ty1, Type *Ty2) const;
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4508 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/
DScalarEvolution.cpp3804 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()