Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp343 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()