Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DSparsePropagation.cpp69 LV = LatticeFunc->getUndefVal(); in getOrInitValueState()
147 if (BCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()
189 if (SCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h58 LatticeVal getUndefVal() const { return UndefVal; } in getUndefVal() function