HomeSort by relevance Sort by last modified time
    Searched defs:dyn_cast (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
210 // dyn_cast<X> - Return the argument parameter cast to the specified type. This
215 // if (const Instruction *I = dyn_cast<Instruction>(myVal)) { ... }
219 inline typename cast_retty<X, Y>::ret_type dyn_cast(const Y &Val) { function in namespace:llvm
223 // dyn_cast_or_null<X> - Functionally identical to dyn_cast, except that a null
  /external/llvm/include/llvm/ADT/
PointerUnion.h 137 /// dyn_cast<T>() - If the current value is of the specified pointer type,
140 T dyn_cast() const {
285 /// dyn_cast<T>() - If the current value is of the specified pointer type,
288 T dyn_cast() const { function in class:llvm::PointerUnion3
394 /// dyn_cast<T>() - If the current value is of the specified pointer type,
397 T dyn_cast() const { function in class:llvm::PointerUnion4

Completed in 63 milliseconds