Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueLattice.h242 bool isNotConstant() const { return Tag == notconstant; } in isNotConstant() function
262 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!"); in getNotConstant()
331 if (isNotConstant()) { in markNotConstant()
422 if (isNotConstant()) {
423 if (RHS.isNotConstant() && getNotConstant() == RHS.getNotConstant())
462 if ((isNotConstant() && Other.isConstant() && in getCompare()
464 (isConstant() && Other.isNotConstant() && in getCompare()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueLattice.cpp20 if (Val.isNotConstant()) in operator <<()
H A DLazyValueInfo.cpp1681 if (Val.isNotConstant()) { in getPredicateResult()