Searched refs:SelLoad (Results 1 – 2 of 2) sorted by relevance
104 LoadInst *SelLoad = nullptr; in GetExceptionObject() local114 SelLoad = dyn_cast<LoadInst>(SelIVI->getOperand(1)); in GetExceptionObject()130 if (SelLoad && SelLoad->use_empty()) in GetExceptionObject()131 SelLoad->eraseFromParent(); in GetExceptionObject()
107 LoadInst *SelLoad = nullptr; in GetExceptionObject() local117 SelLoad = dyn_cast<LoadInst>(SelIVI->getOperand(1)); in GetExceptionObject()133 if (SelLoad && SelLoad->use_empty()) in GetExceptionObject()134 SelLoad->eraseFromParent(); in GetExceptionObject()