Home
last modified time | relevance | path

Searched refs:SimplifiedV (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp551 Optional<Value *> SimplifiedV = in getAssumedConstant() local
555 if (!SimplifiedV.hasValue()) { in getAssumedConstant()
559 if (isa_and_nonnull<UndefValue>(SimplifiedV.getValue())) { in getAssumedConstant()
563 Constant *CI = dyn_cast_or_null<Constant>(SimplifiedV.getValue()); in getAssumedConstant()
H A DAttributorAttributes.cpp2208 Optional<Value *> SimplifiedV = in stopOnUndefOrAssumed() local
2214 if (!SimplifiedV.hasValue()) { in stopOnUndefOrAssumed()
2220 Value *Val = SimplifiedV.getValue(); in stopOnUndefOrAssumed()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1231 SVal SimplifiedV = Simplifier(State).Visit(V); in simplifySVal() local
1234 return SimplifiedV; in simplifySVal()