Searched refs:CondValue (Results 1 – 4 of 4) sorted by relevance
892 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local893 if (CondValue.isUnknown()) in visitSelectInst()896 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst()
847 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local848 if (CondValue.isUnknown()) in visitSelectInst()851 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst()
879 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local880 if (CondValue.isUndefined()) in visitSelectInst()883 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst()
547 const bool CondValue = EvaluateDirectiveExpression(IfNDefMacro); in SkipExcludedConditionalBlock() local553 … (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), CondInfo.IfLoc); in SkipExcludedConditionalBlock()556 if (CondValue) { in SkipExcludedConditionalBlock()