Searched defs:replace (Results 1 – 3 of 3) sorted by relevance
47 def replace(pattern): function
143 auto replace = graph->CreateInstIf(DataType::NO_TYPE, inst->GetPc(), cc); in LowerIf() local
708 …auto replace = [old_c, new_c](uint16_t c) { return static_cast<uint8_t>((old_c != c) ? c : new_c);… in DoReplace() local712 auto replace = [old_c, new_c](uint16_t c) { return (old_c != c) ? c : new_c; }; in DoReplace() local718 …auto replace = [old_c, new_c](uint16_t c) { return static_cast<uint8_t>((old_c != c) ? c : new_c);… in DoReplace() local722 auto replace = [old_c, new_c](uint16_t c) { return (old_c != c) ? c : new_c; }; in DoReplace() local