Home
last modified time | relevance | path

Searched defs:getWiderType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp379 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp3787 Type *ScalarEvolution::getWiderType(Type *T1, Type *T2) const { in getWiderType() function in ScalarEvolution