Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h62 typename ValInfo = ImutKeyValueInfo<KeyT,ValT>>
65 using value_type = typename ValInfo::value_type;
66 using value_type_ref = typename ValInfo::value_type_ref;
67 using key_type = typename ValInfo::key_type;
68 using key_type_ref = typename ValInfo::key_type_ref;
69 using data_type = typename ValInfo::data_type;
70 using data_type_ref = typename ValInfo::data_type_ref;
71 using TreeTy = ImutAVLTree<ValInfo>;
202 typename ValInfo = ImutKeyValueInfo<KeyT,ValT>>
205 using value_type = typename ValInfo::value_type;
[all …]
H A DImmutableSet.h956 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT>>
959 using value_type = typename ValInfo::value_type;
960 using value_type_ref = typename ValInfo::value_type_ref;
961 using TreeTy = ImutAVLTree<ValInfo>;
1082 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT>>
1085 using value_type = typename ValInfo::value_type;
1086 using value_type_ref = typename ValInfo::value_type_ref;
1087 using TreeTy = ImutAVLTree<ValInfo>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp545 auto *ValInfo = Result.PInfo; in materializeStack() local
546 ValInfo->RenamedOp = (RenameStack.end() - Start) == RenameStack.begin() in materializeStack()
559 if (isa<PredicateWithEdge>(ValInfo)) { in materializeStack()
560 IRBuilder<> B(getBranchTerminator(ValInfo)); in materializeStack()
568 PI.PredicateMap.insert({PIC, ValInfo}); in materializeStack()
571 auto *PAssume = dyn_cast<PredicateAssume>(ValInfo); in materializeStack()
583 PI.PredicateMap.insert({PIC, ValInfo}); in materializeStack()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11831 ComparisonCategoryInfo::ValueInfo *ValInfo = Info->lookupValueInfo(CCR); in CheckComparisonCategoryType() local
11833 if (!ValInfo) in CheckComparisonCategoryType()
11836 VarDecl *VD = ValInfo->VD; in CheckComparisonCategoryType()
11849 if (!ValInfo->hasValidIntValue()) in CheckComparisonCategoryType()