Home | History | Annotate | Download | only in analysis

Lines Matching refs:constantValue

113 		protected int constantValue = INVALID_PRED_VALUE;
115 public Predicate(int constantValue) {
117 this.constantValue=constantValue;
134 this.constantValue = p.constantValue;
148 if (this.constantValue != other.constantValue){
152 if (this.constantValue != INVALID_PRED_VALUE){
160 if (constantValue != INVALID_PRED_VALUE){
161 return constantValue;