Searched refs:CondValue (Results 1 – 5 of 5) sorted by relevance
847 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local848 if (CondValue.isUnknown()) in visitSelectInst()851 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst()
938 ValueLatticeElement CondValue = getValueState(I.getCondition()); in visitSelectInst() local939 if (CondValue.isUnknownOrUndef()) in visitSelectInst()942 if (ConstantInt *CondCB = getConstantInt(CondValue)) { in visitSelectInst()
948 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local949 if (CondValue.isUnknown()) in visitSelectInst()952 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()
597 const bool CondValue = DER.Conditional; in SkipExcludedConditionalBlock() local602 (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), in SkipExcludedConditionalBlock()606 if (CondValue) { in SkipExcludedConditionalBlock()