Searched refs:InputSize (Results 1 – 4 of 4) sorted by relevance
1893 uint64_t InputSize = getContext().getTypeSize(InputTy); in EmitAsmStmt() local1894 if (getContext().getTypeSize(OutputType) < InputSize) { in EmitAsmStmt()
1363 int InputSize = (int)SrcTy->getScalarSizeInBits() - IsInputSigned; in FoldItoFPtoI() local1365 int ActualSize = std::min(InputSize, OutputSize); in FoldItoFPtoI()
3719 unsigned InputSize = IntTy->getScalarSizeInBits(); in FoldFCmp_IntToFP_Cst() local3724 ++InputSize; in FoldFCmp_IntToFP_Cst()3756 if ((int)InputSize > MantissaWidth && !IsCmpZero) in FoldFCmp_IntToFP_Cst()
8052 unsigned InputSize = (int)SrcVT.getScalarSizeInBits() - IsInputSigned; in FoldIntToFPToInt() local8054 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt()