Searched defs:CondValue (Results 1 – 7 of 7) sorted by relevance
166 struct CondValue { struct167 CondValue( in CondValue() argument174 CondValue( in CondValue() argument182 Value* value() const { in value()185 const RefinementSet& refinements() const { in refinements()188 std::optional<bool> staticIf() const { in staticIf()193 Value* value_;194 RefinementSet refinements_;196 static_if_; // certain expression cause us to emit a static if statement
160 auto *CondValue = dyn_cast_or_null<IntInit>(Condition->convertInitializerTo( in CheckAssert() local
1170 typedef PointerIntPair<Value *, 1, bool> CondValue; typedef1174 SmallDenseMap<CondValue, ValueLatticeElement> &Visited, in getValueFromConditionImpl()
547 const bool CondValue = EvaluateDirectiveExpression(IfNDefMacro); in SkipExcludedConditionalBlock() local
847 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local
948 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local
1220 ValueLatticeElement CondValue = getValueState(I.getCondition()); in visitSelectInst() local