Searched refs:isNotConstant (Results 1 – 4 of 4) sorted by relevance
244 bool isNotConstant() const { return Tag == notconstant; } in isNotConstant() function264 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!"); in getNotConstant()333 if (isNotConstant()) { in markNotConstant()424 if (isNotConstant()) {425 if (RHS.isNotConstant() && getNotConstant() == RHS.getNotConstant())464 if ((isNotConstant() && Other.isConstant() && in getCompare()466 (isConstant() && Other.isNotConstant() && in getCompare()
20 if (Val.isNotConstant()) in operator <<()
1708 if (Val.isNotConstant()) { in getPredicateResult()
40 EXPECT_TRUE(ValueLatticeElement::getNot(C2).isNotConstant()); in TEST_F()