Searched refs:getIntTypeByWidth (Results 1 – 3 of 3) sorted by relevance
181 TargetInfo::IntType TargetInfo::getIntTypeByWidth( in getIntTypeByWidth() function in TargetInfo
256 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
8460 TargetInfo::IntType Ty = getTargetInfo().getIntTypeByWidth(DestWidth, Signed); in getIntTypeForBitwidth()