Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp275 auto &LeftSub = in substituteBoolValue() local
279 Result = &getOrCreateDisjunction(LeftSub, RightSub); in substituteBoolValue()
284 auto &LeftSub = in substituteBoolValue() local
288 Result = &getOrCreateConjunction(LeftSub, RightSub); in substituteBoolValue()
293 auto &LeftSub = in substituteBoolValue() local
297 Result = &getOrCreateImplication(LeftSub, RightSub); in substituteBoolValue()
302 auto &LeftSub = in substituteBoolValue() local
306 Result = &getOrCreateIff(LeftSub, RightSub); in substituteBoolValue()