Searched refs:isSimpleValue (Results 1 – 1 of 1) sorted by relevance
254 bool isSimpleValue() const { return Kind == ValType::SimpleVal; } in isSimpleValue() function261 assert(isSimpleValue() && "Wrong accessor"); in getSimpleValue()1059 ((AV.AV.isSimpleValue() && AV.AV.getSimpleValue() == Load) || in ConstructSSAForLoadSet()1076 if (isSimpleValue()) { in MaterializeAdjustedValue()