Searched defs:dyn_cast (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCasting.h10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
247 // dyn_cast<X> - Return the argument parameter cast to the specified type. This
252 // if (const Instruction *I = dyn_cast<Instruction>(myVal)) { ... }
259 >::type dyn_cast(const Y &Val) { function in namespace:llvm
267 >::type dyn_cast(Y &Val) { function in namespace:llvm
275 >::type dyn_cast(Y *Val) { function in namespace:llvm
279 // dyn_cast_or_null<X> - Functionally identical to dyn_cast, except that a null
/external/llvm/include/llvm/ADT/
H A DPointerUnion.h133 /// dyn_cast<T>() - If the current value is of the specified pointer type,
136 T dyn_cast() const {
280 /// dyn_cast<T>() - If the current value is of the specified pointer type,
283 T dyn_cast() const { function in class:llvm::PointerUnion3
389 /// dyn_cast<T>() - If the current value is of the specified pointer type,
392 T dyn_cast() const { function in class:llvm::PointerUnion4

Completed in 132 milliseconds