Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp288 enum EffectiveOp { enum
305 EffectiveOp EOp;
329 PropagationInfo(const BinaryOperator *Source, EffectiveOp EOp, in PropagationInfo()
338 PropagationInfo(const BinaryOperator *Source, EffectiveOp EOp, in PropagationInfo()
399 EffectiveOp testEffectiveOp() const { in testEffectiveOp()
726 static_cast<EffectiveOp>(BinOp->getOpcode() == BO_LOr), LTest, RTest))); in VisitBinaryOperator()