Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp231 SVal SimplifiedVal = SVB.simplifySVal(State, SVB.makeSymbolVal(Sym)); in simplify() local
232 if (SymbolRef SimplifiedSym = SimplifiedVal.getAsSymbol()) in simplify()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2537 Optional<Value *> SimplifiedVal = A.getAssumedSimplified( in updateImpl() local
2541 if (SimplifiedVal.hasValue() && !SimplifiedVal.getValue()) in updateImpl()
2543 if (!SimplifiedVal.hasValue() || in updateImpl()
2544 isa<UndefValue>(*SimplifiedVal.getValue())) { in updateImpl()
2549 !isa<ConstantPointerNull>(*SimplifiedVal.getValue())) in updateImpl()