Searched refs:NextTmpIdx (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp519 unsigned NextTmpIdx = 0; local
566 FAddend &R = TmpResult[NextTmpIdx ++];
579 assert((NextTmpIdx <= std::size(TmpResult) + 1) && "out-of-bound access");

Completed in 143 milliseconds