Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp105 InsertValueInst *ExcIVI = nullptr; in GetExceptionObject() local
110 ExcIVI = dyn_cast<InsertValueInst>(SelIVI->getOperand(0)); in GetExceptionObject()
111 if (ExcIVI && isa<UndefValue>(ExcIVI->getOperand(0)) && in GetExceptionObject()
112 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) { in GetExceptionObject()
113 ExnObj = ExcIVI->getOperand(1); in GetExceptionObject()
128 if (ExcIVI->use_empty()) in GetExceptionObject()
129 ExcIVI->eraseFromParent(); in GetExceptionObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp108 InsertValueInst *ExcIVI = nullptr; in GetExceptionObject() local
113 ExcIVI = dyn_cast<InsertValueInst>(SelIVI->getOperand(0)); in GetExceptionObject()
114 if (ExcIVI && isa<UndefValue>(ExcIVI->getOperand(0)) && in GetExceptionObject()
115 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) { in GetExceptionObject()
116 ExnObj = ExcIVI->getOperand(1); in GetExceptionObject()
131 if (ExcIVI->use_empty()) in GetExceptionObject()
132 ExcIVI->eraseFromParent(); in GetExceptionObject()