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

  /external/llvm/include/llvm/IR/
ValueMap.h 199 value_type& FindAndConstruct(const KeyT &Key) {
200 return Map.FindAndConstruct(Wrap(Key));
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DenseMap.h 208 value_type& FindAndConstruct(const KeyT &Key) {
217 return FindAndConstruct(Key).second;
ValueMap.h 156 value_type& FindAndConstruct(const KeyT &Key) {
157 return Map.FindAndConstruct(Wrap(Key));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ValueMap.h 209 value_type& FindAndConstruct(const KeyT &Key) {
210 return Map.FindAndConstruct(Wrap(Key));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DenseMap.h 287 value_type& FindAndConstruct(const KeyT &Key) {
296 return FindAndConstruct(Key).second;
299 value_type& FindAndConstruct(KeyT &&Key) {
308 return FindAndConstruct(std::move(Key)).second;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DenseMap.h 262 value_type& FindAndConstruct(const KeyT &Key) {
271 return FindAndConstruct(Key).second;
274 value_type& FindAndConstruct(KeyT &&Key) {
283 return FindAndConstruct(std::move(Key)).second;
    [all...]
  /external/llvm/include/llvm/ADT/
DenseMap.h 247 value_type& FindAndConstruct(const KeyT &Key) {
256 return FindAndConstruct(Key).second;
259 value_type& FindAndConstruct(KeyT &&Key) {
268 return FindAndConstruct(std::move(Key)).second;
    [all...]

Completed in 682 milliseconds