Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h202 void setIntSize(unsigned Bits) { in setIntSize() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp158 TLI.setIntSize(T.isArch16Bit() ? 16 : 32); in initialize()