Home
last modified time | relevance | path

Searched refs:ValInfo (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableMap.h61 typename ValInfo = ImutKeyValueInfo<KeyT,ValT>>
64 using value_type = typename ValInfo::value_type;
65 using value_type_ref = typename ValInfo::value_type_ref;
66 using key_type = typename ValInfo::key_type;
67 using key_type_ref = typename ValInfo::key_type_ref;
68 using data_type = typename ValInfo::data_type;
69 using data_type_ref = typename ValInfo::data_type_ref;
70 using TreeTy = ImutAVLTree<ValInfo>;
238 typename ValInfo = ImutKeyValueInfo<KeyT,ValT>>
241 using value_type = typename ValInfo::value_type;
[all …]
H A DImmutableSet.h969 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT>>
972 using value_type = typename ValInfo::value_type;
973 using value_type_ref = typename ValInfo::value_type_ref;
974 using TreeTy = ImutAVLTree<ValInfo>;
1101 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT>>
1104 using value_type = typename ValInfo::value_type;
1105 using value_type_ref = typename ValInfo::value_type_ref;
1106 using TreeTy = ImutAVLTree<ValInfo>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp560 auto *ValInfo = Result.PInfo; in materializeStack() local
561 ValInfo->RenamedOp = (RenameStack.end() - Start) == RenameStack.begin() in materializeStack()
569 if (isa<PredicateWithEdge>(ValInfo)) { in materializeStack()
570 IRBuilder<> B(getBranchTerminator(ValInfo)); in materializeStack()
575 PI.PredicateMap.insert({PIC, ValInfo}); in materializeStack()
578 auto *PAssume = dyn_cast<PredicateAssume>(ValInfo); in materializeStack()
587 PI.PredicateMap.insert({PIC, ValInfo}); in materializeStack()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h114 auto &ValInfo = ValueImpls[N.Val]; variable
115 auto Changed = ValInfo.addNodeToLevel(N.DerefLevel);
116 ValInfo.getNodeInfoAtLevel(N.DerefLevel).Attr |= Attr;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp11207 ComparisonCategoryInfo::ValueInfo *ValInfo = Info->lookupValueInfo(CCR); in CheckComparisonCategoryType() local
11209 if (!ValInfo) in CheckComparisonCategoryType()
11212 VarDecl *VD = ValInfo->VD; in CheckComparisonCategoryType()
11225 if (!ValInfo->hasValidIntValue()) in CheckComparisonCategoryType()