Searched refs:NumInts (Results 1 – 3 of 3) sorted by relevance
168 unsigned NumInts, unsigned NumUndefs);
755 size_t NumInts = RetType::isVersionType(FixedType) ? 4 : 1; in parseVersionInfoFixed() local756 ASSIGN_OR_RETURN(ArgsResult, readIntsWithCommas(NumInts, NumInts)); in parseVersionInfoFixed()
514 unsigned NumInts, unsigned NumUndefs) { in createSequentialMask() argument516 for (unsigned i = 0; i < NumInts; i++) in createSequentialMask()