Home
last modified time | relevance | path

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

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