Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp281 enum EffectiveOp { enum
298 EffectiveOp EOp;
322 PropagationInfo(const BinaryOperator *Source, EffectiveOp EOp, in PropagationInfo()
331 PropagationInfo(const BinaryOperator *Source, EffectiveOp EOp, in PropagationInfo()
392 EffectiveOp testEffectiveOp() const { in testEffectiveOp()
719 static_cast<EffectiveOp>(BinOp->getOpcode() == BO_LOr), LTest, RTest))); in VisitBinaryOperator()