Home
last modified time | relevance | path

Searched refs:isSimpleValue (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVN.cpp246 bool isSimpleValue() const { return Kind == ValType::SimpleVal; } in isSimpleValue() function
253 assert(isSimpleValue() && "Wrong accessor"); in getSimpleValue()
969 ((AV.AV.isSimpleValue() && AV.AV.getSimpleValue() == Load) || in ConstructSSAForLoadSet()
986 if (isSimpleValue()) { in MaterializeAdjustedValue()