Searched refs:StoredConstant (Results 1 – 1 of 1) sorted by relevance
1811 Constant *StoredConstant = dyn_cast<Constant>(MemSet->getValue()); in tryFoldIntoCalloc() local1812 if (!StoredConstant || !StoredConstant->isNullValue()) in tryFoldIntoCalloc()1886 Constant *StoredConstant = nullptr; in storeIsNoop() local1888 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()