Home | History | Annotate | Download | only in InstCombine

Lines Matching full:doesnotthrow

207   if (CI.getParent()->getParent()->doesNotThrow() &&
208 !CI.doesNotThrow()) {
959 if (isa<InlineAsm>(Callee) && !CS.doesNotThrow()) {