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

/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp4106 Instruction *ToPad = &I; local
4107 Value *ToPadParent = getParentPad(ToPad);
4113 "EH pad must be jumped to via an unwind edge", ToPad, II);
4124 Check(false, "EH pad must be jumped to via an unwind edge", ToPad, TI);
4130 Check(FromPad != ToPad,

Completed in 86 milliseconds