Searched refs:KeySansPointerT (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DValueMap.h204 typedef typename std::remove_pointer<KeyT>::type KeySansPointerT; typedef in class:llvm::ValueMapCallbackVH
213 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }
227 assert(isa<KeySansPointerT>(new_key) &&
235 KeyT typed_new_key = cast<KeySansPointerT>(new_key);

Completed in 151 milliseconds