Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1811 Constant *StoredConstant = dyn_cast<Constant>(MemSet->getValue()); in tryFoldIntoCalloc() local
1812 if (!StoredConstant || !StoredConstant->isNullValue()) in tryFoldIntoCalloc()
1886 Constant *StoredConstant = nullptr; in storeIsNoop() local
1888 StoredConstant = dyn_cast<Constant>(Store->getOperand(0)); in storeIsNoop()
1890 StoredConstant = dyn_cast<Constant>(MemSet->getValue()); in storeIsNoop()
1897 if (StoredConstant) { in storeIsNoop()
1899 getInitialValueOfAllocation(DefUO, &TLI, StoredConstant->getType()); in storeIsNoop()
1902 if (InitC && InitC == StoredConstant) in storeIsNoop()