Searched refs:CondValue (Results 1 – 3 of 3) sorted by relevance
160 auto *CondValue = dyn_cast_or_null<IntInit>(Condition->convertInitializerTo( in CheckAssert() local 162 if (!CondValue) in CheckAssert() 164 else if (!CondValue->getValue()) { in CheckAssert()
1412 ValueLatticeElement CondValue = getValueState(I.getCondition()); in visitSelectInst() local1413 if (CondValue.isUnknownOrUndef()) in visitSelectInst()1417 getConstantInt(CondValue, I.getCondition()->getType())) { in visitSelectInst()
746 const bool CondValue = DER.Conditional; in SkipExcludedConditionalBlock() local751 (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), in SkipExcludedConditionalBlock()755 if (CondValue) { in SkipExcludedConditionalBlock()