Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1077 for (Use *CurDst = HI.getCurrent(); CurDst != EndDst; ++CurDst) in removeHandler() local
1078 *CurDst = *(CurDst + 1); in removeHandler()