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

/external/llvm/include/llvm/ADT/
H A DPointerUnion.h135 /// dyn_cast<T>() - If the current value is of the specified pointer type,
138 T dyn_cast() const {
300 /// dyn_cast<T>() - If the current value is of the specified pointer type,
303 T dyn_cast() const { function in class:llvm::PointerUnion3
415 /// dyn_cast<T>() - If the current value is of the specified pointer type,
418 T dyn_cast() const { function in class:llvm::PointerUnion4
/external/llvm/include/llvm/Support/
H A DCasting.h10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
254 // dyn_cast<X> - Return the argument parameter cast to the specified type. This
259 // if (const Instruction *I = dyn_cast<Instruction>(myVal)) { ... }
265 dyn_cast(const Y &Val) { function in namespace:llvm
271 dyn_cast(Y &Val) { function in namespace:llvm
277 dyn_cast(Y *Val) { function in namespace:llvm
281 // dyn_cast_or_null<X> - Functionally identical to dyn_cast, except that a null

Completed in 348 milliseconds