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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3031 Constant *CatchClause = LI.getClause(i); local
3032 Constant *TypeInfo = CatchClause->stripPointerCasts();
3038 NewClauses.push_back(CatchClause);

Completed in 133 milliseconds