Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp439 static bool shouldRearrange(ProgramStateRef State, BinaryOperator::Opcode Op, in shouldRearrange() function
497 if (!shouldRearrange(State, Op, LSym, LInt, SingleTy) || in tryRearrange()
498 !shouldRearrange(State, Op, RSym, RInt, SingleTy)) in tryRearrange()