HomeSort by relevance Sort by last modified time
    Searched defs:FindAndConstruct (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
ValueMap.h 180 value_type& FindAndConstruct(const KeyT &Key) {
181 return Map.FindAndConstruct(Wrap(Key));
  /external/llvm/include/llvm/ADT/
DenseMap.h 225 value_type& FindAndConstruct(const KeyT &Key) {
234 return FindAndConstruct(Key).second;
237 value_type& FindAndConstruct(KeyT &&Key) {
246 return FindAndConstruct(std::move(Key)).second;
    [all...]

Completed in 53 milliseconds