Searched refs:makeMutable (Results 1 – 2 of 2) sorted by relevance
46 bool makeMutable();
146 bool Evaluator::MutableValue::makeMutable() { in makeMutable() function in Evaluator::MutableValue174 if (isa<Constant *>(MV->Val) && !MV->makeMutable()) in write()