Home
last modified time | relevance | path

Searched refs:ContainsUndef (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9694 bool &ContainsUndef, bool ForSelf) { in fillSetWithConstantValues()
9709 ContainsUndef = PotentialValuesAA->getState().undefIsContained(); in fillSetWithConstantValues()
9717 ContainsUndef = false; in fillSetWithConstantValues()
9720 ContainsUndef = true; in fillSetWithConstantValues()
9728 ContainsUndef &= S.empty(); in fillSetWithConstantValues()
10091 bool ContainsUndef; in updateWithInstruction() local
10093 ContainsUndef, /* ForSelf */ true)) in updateWithInstruction()
10095 if (ContainsUndef) { in updateWithInstruction()