Searched refs:InputSize (Results 1 – 6 of 6) sorted by relevance
102 static size_t InputSize = StreamingMemoryObject::kChunkSize + 5; in TEST() local103 char *Text = new char[InputSize]; in TEST()104 std::memset(Text, 'a', InputSize); in TEST()105 Text[InputSize - 1] = '\0'; in TEST()119 Cursor.JumpToBit((InputSize - 4) * CHAR_BIT); in TEST()
1441 int InputSize = (int)SrcTy->getScalarSizeInBits() - IsInputSigned; in FoldItoFPtoI() local1443 int ActualSize = std::min(InputSize, OutputSize); in FoldItoFPtoI()
3881 unsigned InputSize = IntTy->getScalarSizeInBits(); in FoldFCmp_IntToFP_Cst() local3886 if ((int)InputSize > MantissaWidth) { in FoldFCmp_IntToFP_Cst()3891 if (MaxExponent < (int)InputSize - !LHSUnsigned) in FoldFCmp_IntToFP_Cst()3897 if (MantissaWidth <= Exp && Exp <= (int)InputSize - !LHSUnsigned) in FoldFCmp_IntToFP_Cst()
1832 uint64_t InputSize = getContext().getTypeSize(InputTy); in EmitAsmStmt() local1833 if (getContext().getTypeSize(OutputType) < InputSize) { in EmitAsmStmt()
8976 unsigned InputSize = (int)SrcVT.getScalarSizeInBits() - IsInputSigned; in FoldIntToFPToInt() local8978 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt()
3316 SIZE InputSize; member