Searched refs:shouldRearrange (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | SimpleSValBuilder.cpp | 343 static bool shouldRearrange(ProgramStateRef State, BinaryOperator::Opcode Op, in shouldRearrange() function 398 if (!shouldRearrange(State, Op, LSym, LInt, SingleTy) || in tryRearrange() 399 !shouldRearrange(State, Op, RSym, RInt, SingleTy)) in tryRearrange()
|