Home
last modified time | relevance | path

Searched refs:getIntTypeByWidth (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetInfo.h231 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
/trueos/contrib/llvm/tools/clang/lib/Basic/
HDTargetInfo.cpp155 TargetInfo::IntType TargetInfo::getIntTypeByWidth( in getIntTypeByWidth() function in TargetInfo
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp8037 TargetInfo::IntType Ty = getTargetInfo().getIntTypeByWidth(DestWidth, Signed); in getIntTypeForBitwidth()