Home
last modified time | relevance | path

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

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