Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DGVN.cpp569 bool isUndefValue() const { return Val.getInt() == UndefVal; } in isUndefValue() function
1285 assert(!ValuesPerBlock[0].isUndefValue() && "Dead BB dominate this block"); in ConstructSSAForLoadSet()
1362 assert(isUndefValue() && "Should be UndefVal"); in MaterializeAdjustedValue()