Home | History | Annotate | Download | only in IR

Lines Matching refs:InvokeInst

300   if (const InvokeInst *CI = dyn_cast<InvokeInst>(this))
301 return CI->getCallingConv() == cast<InvokeInst>(I)->getCallingConv() &&
302 CI->getAttributes() == cast<InvokeInst>(I)->getAttributes();
373 if (const InvokeInst *CI = dyn_cast<InvokeInst>(this))
374 return CI->getCallingConv() == cast<InvokeInst>(I)->getCallingConv() &&
376 cast<InvokeInst>(I)->getAttributes();
432 return !cast<InvokeInst>(this)->doesNotAccessMemory();
452 return !cast<InvokeInst>(this)->onlyReadsMemory();