Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp358 static bool shouldRearrange(ProgramStateRef State, BinaryOperator::Opcode Op, in shouldRearrange() function
413 if (!shouldRearrange(State, Op, LSym, LInt, SingleTy) || in tryRearrange()
414 !shouldRearrange(State, Op, RSym, RInt, SingleTy)) in tryRearrange()