Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h564 Type *getLargestLegalIntType(LLVMContext &C) const { in getLargestLegalIntType() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp852 auto *MaxLegalType = DL.getLargestLegalIntType(M->getContext()); in CanWidenIV()