Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp160 auto *CondValue = dyn_cast_or_null<IntInit>( in CheckAssert() local
162 if (!CondValue) in CheckAssert()
164 else if (!CondValue->getValue()) { in CheckAssert()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp908 ValueLatticeElement CondValue = getValueState(I.getCondition()); in visitSelectInst() local
909 if (CondValue.isUnknownOrUndef()) in visitSelectInst()
912 if (ConstantInt *CondCB = getConstantInt(CondValue)) { in visitSelectInst()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp631 const bool CondValue = DER.Conditional; in SkipExcludedConditionalBlock() local
636 (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), in SkipExcludedConditionalBlock()
640 if (CondValue) { in SkipExcludedConditionalBlock()