Home
last modified time | relevance | path

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

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