Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9599 bool &ContainsUndef, bool ForSelf) { in fillSetWithConstantValues()
9614 ContainsUndef = PotentialValuesAA->getState().undefIsContained(); in fillSetWithConstantValues()
9622 ContainsUndef = false; in fillSetWithConstantValues()
9625 ContainsUndef = true; in fillSetWithConstantValues()
9633 ContainsUndef &= S.empty(); in fillSetWithConstantValues()
9996 bool ContainsUndef; in updateWithInstruction() local
9998 ContainsUndef, /* ForSelf */ true)) in updateWithInstruction()
10000 if (ContainsUndef) { in updateWithInstruction()