Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp306 static bool shouldRearrange(ProgramStateRef State, BinaryOperator::Opcode Op, in shouldRearrange() function
364 if (!shouldRearrange(State, Op, LSym, LInt, SingleTy) || in tryRearrange()
365 !shouldRearrange(State, Op, RSym, RInt, SingleTy)) in tryRearrange()