Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp97 InsertValueInst *ExcIVI = nullptr; in GetExceptionObject() local
102 ExcIVI = dyn_cast<InsertValueInst>(SelIVI->getOperand(0)); in GetExceptionObject()
103 if (ExcIVI && isa<UndefValue>(ExcIVI->getOperand(0)) && in GetExceptionObject()
104 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) { in GetExceptionObject()
105 ExnObj = ExcIVI->getOperand(1); in GetExceptionObject()
121 if (ExcIVI->use_empty()) in GetExceptionObject()
122 ExcIVI->eraseFromParent(); in GetExceptionObject()