Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp145 BoolValue &DataflowAnalysisContext::getOrCreateIff(BoolValue &LHS, in getOrCreateIff() function in clang::dataflow::DataflowAnalysisContext
221 &getOrCreateNegation(getOrCreateIff(Val1, Val2))}; in equivalentBoolValues()
238 Constraints.insert(&getOrCreateIff(Token, *ConstraintsIt->second)); in addTransitiveFlowConditionConstraints()
306 Result = &getOrCreateIff(LeftSub, RightSub); in substituteBoolValue()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h394 return DACtx->getOrCreateIff(LHS, RHS); in makeIff()
H A DDataflowAnalysisContext.h211 BoolValue &getOrCreateIff(BoolValue &LHS, BoolValue &RHS);