Searched refs:makeEmpty (Results 1 – 1 of 1) sorted by relevance
60 TestBuffer convert(bool makeEmpty, const Buffer& buffer) { in convert() argument61 if (makeEmpty) { in convert()79 const bool makeEmpty = (lifetime == TestOperandLifeTime::NO_VALUE || in convert() local81 TestBuffer data = convert(makeEmpty, operand.data()); in convert()