Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DGVN.cpp173 bool isUndefValue() const { return Val.getInt() == UndefVal; } in isUndefValue() function
1151 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet()
1207 assert(isUndefValue() && "Should be UndefVal"); in MaterializeAdjustedValue()