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