Searched defs:FillValue (Results 1 – 6 of 6) sorted by relevance
205 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
803 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
216 void MCStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { in emitFill()
1319 void MCAsmStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
461 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
1161 auto *FillValue = dyn_cast<ConstantInt>(Memset->getArgOperand(1)); in foldMallocMemset() local