1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/include
Lang Hames 9793d69437 [ADT] Add a 'find_as' operation to DenseSet.
This operation is analogous to its counterpart in DenseMap: It allows lookup
via cheap-to-construct keys (provided that getHashValue and isEqual are
implemented for the cheap key-type in the DenseMapInfo specialization).

Thanks to Chandler for the review.

llvm-svn: 220168
2014-10-19 19:36:33 +00:00
..
llvm [ADT] Add a 'find_as' operation to DenseSet. 2014-10-19 19:36:33 +00:00
llvm-c [LLVM-C] Add LLVMInstructionClone. 2014-10-17 01:02:34 +00:00