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