Home
last modified time | relevance | path

Searched refs:InputSize (Results 1 – 6 of 6) sorted by relevance

/external/llvm/unittests/Bitcode/
DBitReaderTest.cpp102 static size_t InputSize = StreamingMemoryObject::kChunkSize + 5; in TEST() local
103 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()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1441 int InputSize = (int)SrcTy->getScalarSizeInBits() - IsInputSigned; in FoldItoFPtoI() local
1443 int ActualSize = std::min(InputSize, OutputSize); in FoldItoFPtoI()
DInstCombineCompares.cpp3881 unsigned InputSize = IntTy->getScalarSizeInBits(); in FoldFCmp_IntToFP_Cst() local
3886 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()
/external/clang/lib/CodeGen/
DCGStmt.cpp1832 uint64_t InputSize = getContext().getTypeSize(InputTy); in EmitAsmStmt() local
1833 if (getContext().getTypeSize(OutputType) < InputSize) { in EmitAsmStmt()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8976 unsigned InputSize = (int)SrcVT.getScalarSizeInBits() - IsInputSigned; in FoldIntToFPToInt() local
8978 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt()
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h3316 SIZE InputSize; member