Home
last modified time | relevance | path

Searched refs:NumInts (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DVectorUtils.h168 unsigned NumInts, unsigned NumUndefs);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptParser.cpp755 size_t NumInts = RetType::isVersionType(FixedType) ? 4 : 1; in parseVersionInfoFixed() local
756 ASSIGN_OR_RETURN(ArgsResult, readIntsWithCommas(NumInts, NumInts)); in parseVersionInfoFixed()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DVectorUtils.cpp514 unsigned NumInts, unsigned NumUndefs) { in createSequentialMask() argument
516 for (unsigned i = 0; i < NumInts; i++) in createSequentialMask()