Searched defs:FillValue (Results 1 – 6 of 6) sorted by relevance
144 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
702 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
1098 void MCAsmStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
203 void MCStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { in emitFill()
469 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
1191 auto *FillValue = dyn_cast<ConstantInt>(Memset->getArgOperand(1)); in foldMallocMemset() local