Searched refs:StoredConstant (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1134 Constant *StoredConstant = dyn_cast<Constant>(SI->getValueOperand()); local
1135 if (StoredConstant && StoredConstant->isNullValue() && isRemovable(SI)) {
2082 Constant *StoredConstant = dyn_cast<Constant>(Store->getOperand(0)); local
2083 if (StoredConstant && StoredConstant->isNullValue()) {

Completed in 51 milliseconds