Searched refs:CondValue (Results 1 – 3 of 3) sorted by relevance
164 auto *CondValue = dyn_cast_or_null<IntInit>(Condition->convertInitializerTo( in CheckAssert() local166 if (!CondValue) { in CheckAssert()170 if (!CondValue->getValue()) { in CheckAssert()
1512 ValueLatticeElement CondValue = getValueState(I.getCondition()); in visitSelectInst() local1513 if (CondValue.isUnknownOrUndef()) in visitSelectInst()1517 getConstantInt(CondValue, I.getCondition()->getType())) { in visitSelectInst()
772 const bool CondValue = DER.Conditional; in SkipExcludedConditionalBlock() local777 (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), in SkipExcludedConditionalBlock()781 if (CondValue) { in SkipExcludedConditionalBlock()