Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9460 bool &ContainsUndef, bool ForSelf) { in fillSetWithConstantValues()
9475 ContainsUndef = PotentialValuesAA.getState().undefIsContained(); in fillSetWithConstantValues()
9483 ContainsUndef = false; in fillSetWithConstantValues()
9486 ContainsUndef = true; in fillSetWithConstantValues()
9494 ContainsUndef &= S.empty(); in fillSetWithConstantValues()
9860 bool ContainsUndef; in updateWithInstruction() local
9862 ContainsUndef, /* ForSelf */ true)) in updateWithInstruction()
9864 if (ContainsUndef) { in updateWithInstruction()