Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp164 auto *CondValue = dyn_cast_or_null<IntInit>(Condition->convertInitializerTo( in CheckAssert() local
166 if (!CondValue) { in CheckAssert()
170 if (!CondValue->getValue()) { in CheckAssert()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1512 ValueLatticeElement CondValue = getValueState(I.getCondition()); in visitSelectInst() local
1513 if (CondValue.isUnknownOrUndef()) in visitSelectInst()
1517 getConstantInt(CondValue, I.getCondition()->getType())) { in visitSelectInst()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp772 const bool CondValue = DER.Conditional; in SkipExcludedConditionalBlock() local
777 (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), in SkipExcludedConditionalBlock()
781 if (CondValue) { in SkipExcludedConditionalBlock()