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.h960 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT>>
963 using value_type = typename ValInfo::value_type;
964 using value_type_ref = typename ValInfo::value_type_ref;
965 using TreeTy = ImutAVLTree<ValInfo>;
1086 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT>>
1089 using value_type = typename ValInfo::value_type;
1090 using value_type_ref = typename ValInfo::value_type_ref;
1091 using TreeTy = ImutAVLTree<ValInfo>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp506 auto *ValInfo = Result.V->PInfo; in materializeStack() local
507 ValInfo->RenamedOp = (RenameStack.end() - Start) == RenameStack.begin() in materializeStack()
533 if (isa<PredicateWithEdge>(ValInfo)) { in materializeStack()
534 IRBuilder<> B(getBranchTerminator(ValInfo)); in materializeStack()
537 PI.PredicateMap.insert({PIC, ValInfo}); in materializeStack()
540 auto *PAssume = dyn_cast<PredicateAssume>(ValInfo); in materializeStack()
547 PI.PredicateMap.insert({PIC, ValInfo}); in materializeStack()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp12073 ComparisonCategoryInfo::ValueInfo *ValInfo = Info->lookupValueInfo(CCR); in CheckComparisonCategoryType() local
12075 if (!ValInfo) in CheckComparisonCategoryType()
12078 VarDecl *VD = ValInfo->VD; in CheckComparisonCategoryType()
12091 if (!ValInfo->hasValidIntValue()) in CheckComparisonCategoryType()