Searched refs:CondValue (Results 1 – 3 of 3) sorted by relevance
160 auto *CondValue = dyn_cast_or_null<IntInit>( in CheckAssert() local162 if (!CondValue) in CheckAssert()164 else if (!CondValue->getValue()) { in CheckAssert()
878 ValueLatticeElement CondValue = getValueState(I.getCondition()); in visitSelectInst() local879 if (CondValue.isUnknownOrUndef()) in visitSelectInst()882 if (ConstantInt *CondCB = getConstantInt(CondValue)) { in visitSelectInst()
621 const bool CondValue = DER.Conditional; in SkipExcludedConditionalBlock() local626 (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), in SkipExcludedConditionalBlock()630 if (CondValue) { in SkipExcludedConditionalBlock()