Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:doesNotThrow

180   if (CI.getParent()->getParent()->doesNotThrow() &&
181 !CI.doesNotThrow()) {
976 if (isa<InlineAsm>(Callee) && !CS.doesNotThrow()) {