Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLattice.cpp33 if ((isNotConstant() && Other.isConstant() && in getCompare()
35 (isConstant() && Other.isNotConstant() && in getCompare()
120 if (Val.isNotConstant()) in operator <<()
H A DLazyValueInfo.cpp1880 if (Val.isNotConstant()) { in getPredicateResult()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h239 bool isNotConstant() const { return Tag == notconstant; } in isNotConstant() function
259 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!"); in getNotConstant()
343 if (isNotConstant()) { in markNotConstant()
446 if (isNotConstant()) {
447 if (RHS.isNotConstant() && getNotConstant() == RHS.getNotConstant())
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp400 if (Val.isNotConstant() && Val.getNotConstant()->getType()->isPointerTy() && in inferAttribute()
1686 if (PtrState.isNotConstant() && PtrState.getNotConstant()->isNullValue()) { in visitGetElementPtrInst()
1961 (CondVal.isConstant() || CondVal.isNotConstant())) { in handleCallResult()