Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h561 Type *getLargestLegalIntType(LLVMContext &C) const { in getLargestLegalIntType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp591 auto *MaxLegalType = DL.getLargestLegalIntType(M->getContext()); in CanWidenIV()