Searched refs:shouldRearrange (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | SimpleSValBuilder.cpp | 439 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()
|