Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp933 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local
934 if (CondValue.isUnknown()) in visitSelectInst()
937 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp547 const bool CondValue = EvaluateDirectiveExpression(IfNDefMacro).Conditional; in SkipExcludedConditionalBlock() local
553 … (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), CondInfo.IfLoc); in SkipExcludedConditionalBlock()
556 if (CondValue) { in SkipExcludedConditionalBlock()