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.cpp9614 bool &ContainsUndef, bool ForSelf) { in fillSetWithConstantValues()
9629 ContainsUndef = PotentialValuesAA->getState().undefIsContained(); in fillSetWithConstantValues()
9637 ContainsUndef = false; in fillSetWithConstantValues()
9640 ContainsUndef = true; in fillSetWithConstantValues()
9648 ContainsUndef &= S.empty(); in fillSetWithConstantValues()
10011 bool ContainsUndef; in updateWithInstruction() local
10013 ContainsUndef, /* ForSelf */ true)) in updateWithInstruction()
10015 if (ContainsUndef) { in updateWithInstruction()