Searched refs:GetIntegerPrimTypeBySizeAndSign (Results 1 – 5 of 5) sorted by relevance
133 srcType = GetIntegerPrimTypeBySizeAndSign(sizeBit, op == OP_sext); in DoComputeCastInfo()
620 constPrimType = GetIntegerPrimTypeBySizeAndSign(GetPrimTypeBitSize(primType), false); in ConstructConstvalNode()1005 PrimType constType = GetIntegerPrimTypeBySizeAndSign(curSize * 8, false); in ExpandMemsetLowLevel()1168 PrimType constType = GetIntegerPrimTypeBySizeAndSign(curSize * 8, false); in GenerateMemoryCopyPair()1246 PrimType constType = GetIntegerPrimTypeBySizeAndSign(curSize * 8, false); in ExpandMemcpyLowLevel()
99 PrimType GetIntegerPrimTypeBySizeAndSign(size_t sizeBit, bool isSign);
146 PrimType GetIntegerPrimTypeBySizeAndSign(size_t sizeBit, bool isSign) in GetIntegerPrimTypeBySizeAndSign() function
5407 PrimType destType = GetIntegerPrimTypeBySizeAndSign(bitSize, isSigned); in SelectRegularBitFieldLoad()