Home | History | Annotate | Download | only in docs

Lines Matching full:dyn_cast

31 and <tt>dyn_cast&lt;&gt;</tt> templates</a> </li>
330 <tt>dyn_cast&lt;&gt;</tt> templates</a>
375 by a <tt>cast&lt;&gt;</tt>, for that use the <tt>dyn_cast&lt;&gt;</tt>
380 <dt><tt>dyn_cast&lt;&gt;</tt>:</dt>
382 <dd><p>The <tt>dyn_cast&lt;&gt;</tt> operator is a "checking cast" operation.
387 used in the same circumstances. Typically, the <tt>dyn_cast&lt;&gt;</tt>
393 if (<a href="#AllocationInst">AllocationInst</a> *AI = dyn_cast&lt;<a href="#AllocationInst">AllocationInst</a>&gt;(Val)) {
403 <p>Note that the <tt>dyn_cast&lt;&gt;</tt> operator, like C++'s
422 <tt>dyn_cast&lt;&gt;</tt> operator, except that it allows for a null pointer
2008 if (<a href="#CallInst">CallInst</a>* callInst = <a href="#isa">dyn_cast</a>&lt;<a
2076 if (Instruction *Inst = dyn_cast&lt;Instruction&gt;(*i)) {