Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h572 Type *getLargestLegalIntType(LLVMContext &C) const { in getLargestLegalIntType() function
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp816 auto *MaxLegalType = DL.getLargestLegalIntType(M->getContext()); in CanWidenIV()