Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DSignAnalysisTest.cpp112 const auto *OperandValue = State.Env.getValue(*OperandVar); in getValueAndSignProperties() local
113 if (!OperandValue) in getValueAndSignProperties()
124 SignProperties OperandProps = getSignProperties(*OperandValue, State.Env); in getValueAndSignProperties()