Home
last modified time | relevance | path

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

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