Searched refs:CondValue (Results 1 – 3 of 3) sorted by relevance
160 auto *CondValue = dyn_cast_or_null<IntInit>(Condition->convertInitializerTo( in CheckAssert() local162 if (!CondValue) in CheckAssert()164 else if (!CondValue->getValue()) { in CheckAssert()
924 ValueLatticeElement CondValue = getValueState(I.getCondition()); in visitSelectInst() local925 if (CondValue.isUnknownOrUndef()) in visitSelectInst()928 if (ConstantInt *CondCB = getConstantInt(CondValue)) { in visitSelectInst()
745 const bool CondValue = DER.Conditional; in SkipExcludedConditionalBlock() local750 (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), in SkipExcludedConditionalBlock()754 if (CondValue) { in SkipExcludedConditionalBlock()