Searched refs:StoredConstant (Results 1 – 1 of 1) sorted by relevance
1855 Constant *StoredConstant = dyn_cast<Constant>(MemSet->getValue()); in tryFoldIntoCalloc() local1856 if (!StoredConstant || !StoredConstant->isNullValue()) in tryFoldIntoCalloc()1983 Constant *StoredConstant = nullptr; in storeIsNoop() local1985 StoredConstant = dyn_cast<Constant>(Store->getOperand(0)); in storeIsNoop()1987 StoredConstant = dyn_cast<Constant>(MemSet->getValue()); in storeIsNoop()1994 if (StoredConstant) { in storeIsNoop()1996 getInitialValueOfAllocation(DefUO, &TLI, StoredConstant->getType()); in storeIsNoop()1999 if (InitC && InitC == StoredConstant) in storeIsNoop()