Home
last modified time | relevance | path

Searched defs:CondValue (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
DError.cpp160 auto *CondValue = dyn_cast_or_null<IntInit>(Condition->convertInitializerTo( in CheckAssert() local
/external/pytorch/torch/csrc/jit/frontend/
Dir_emitter.cpp166 struct CondValue { struct
167 CondValue( in CondValue() argument
174 CondValue( in CondValue() function
182 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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1170 typedef PointerIntPair<Value *, 1, bool> CondValue; typedef
1174 SmallDenseMap<CondValue, ValueLatticeElement> &Visited, in getValueFromConditionImpl()
/external/clang/lib/Lex/
DPPDirectives.cpp547 const bool CondValue = EvaluateDirectiveExpression(IfNDefMacro); in SkipExcludedConditionalBlock() local
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp847 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp948 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSCCPSolver.cpp1220 ValueLatticeElement CondValue = getValueState(I.getCondition()); in visitSelectInst() local