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

/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4540 Value *ResolvedPad = CurrentPad; local
4544 // Walk ResolvedPad up the ancestor list until we either find the
4546 while (ResolvedPad != AncestorPad) {
4547 Value *ResolvedParent = getParentPad(ResolvedPad);
4551 ResolvedPad = ResolvedParent;
4555 if (ResolvedPad != AncestorPad)

Completed in 129 milliseconds