Searched refs:CondValue (Results 1 – 2 of 2) sorted by relevance
933 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local934 if (CondValue.isUnknown()) in visitSelectInst()937 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst()
547 const bool CondValue = EvaluateDirectiveExpression(IfNDefMacro).Conditional; in SkipExcludedConditionalBlock() local553 … (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), CondInfo.IfLoc); in SkipExcludedConditionalBlock()556 if (CondValue) { in SkipExcludedConditionalBlock()