Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp160 auto *CondValue = dyn_cast_or_null<IntInit>(Condition->convertInitializerTo( in CheckAssert() local
162 if (!CondValue) in CheckAssert()
164 else if (!CondValue->getValue()) { in CheckAssert()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp329 auto [Cond, CondValue] = in computeBlockInputState()
335 AC.Analysis.transferBranchTypeErased(CondValue, Cond, Copy.Lattice, in computeBlockInputState()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1374 ValueLatticeElement CondValue = getValueState(I.getCondition()); in visitSelectInst() local
1375 if (CondValue.isUnknownOrUndef()) in visitSelectInst()
1379 getConstantInt(CondValue, I.getCondition()->getType())) { in visitSelectInst()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp745 const bool CondValue = DER.Conditional; in SkipExcludedConditionalBlock() local
750 (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), in SkipExcludedConditionalBlock()
754 if (CondValue) { in SkipExcludedConditionalBlock()