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

/external/llvm/include/llvm/Support/
H A DValueHandle.h138 /// WeakVH - This is a value handle that tries hard to point to a Value, even
143 class WeakVH : public ValueHandleBase { class in namespace:llvm
145 WeakVH() : ValueHandleBase(Weak) {} function in class:llvm::WeakVH
146 WeakVH(Value *P) : ValueHandleBase(Weak, P) {} function in class:llvm::WeakVH
147 WeakVH(const WeakVH &RHS) function in class:llvm::WeakVH
162 // Specialize simplify_type to allow WeakVH to participate in
165 template<> struct simplify_type<const WeakVH> {
167 static SimpleType getSimplifiedValue(const WeakVH &WVH) {
171 template<> struct simplify_type<WeakVH>
[all...]

Completed in 66 milliseconds