Home
last modified time | relevance | path

Searched refs:ParentValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp580 Value *ParentValue = nullptr; in insertConditions() local
586 ParentValue = Pred; in insertConditions()
593 if (ParentValue) { in insertConditions()
594 Term->setCondition(ParentValue); in insertConditions()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1891 if (const std::optional<SVal> &ParentValue = in getDerivedSymbolForBinding() local
1893 if (SymbolRef ParentValueAsSym = ParentValue->getAsSymbol()) in getDerivedSymbolForBinding()
1896 if (ParentValue->isUndef()) in getDerivedSymbolForBinding()