Lines Matching defs:INVALID

19 /// possible types are INT, PARAM, IV and INVALID. The order of the types is
34 INVALID
70 bool isValid() { return Type != SCEVType::INVALID; }
109 case SCEVType::INVALID:
110 OS << "SCEVType::INVALID";
140 POLLY_DEBUG(dbgs() << "INVALID: VScale is not supported");
141 return ValidatorResult(SCEVType::INVALID);
151 if (PollyAllowUnsignedOperations || Type == SCEVType::INVALID)
155 return ValidatorResult(SCEVType::INVALID);
208 dbgs() << "INVALID: More than one non-int operand in MulExpr\n"
214 return ValidatorResult(SCEVType::INVALID);
228 POLLY_DEBUG(dbgs() << "INVALID: AddRec is not affine");
229 return ValidatorResult(SCEVType::INVALID);
244 dbgs() << "INVALID: Loop of AddRec expression boxed in an a "
247 return ValidatorResult(SCEVType::INVALID);
257 POLLY_DEBUG(dbgs() << "INVALID: AddRec within scop has non-int"
259 return ValidatorResult(SCEVType::INVALID);
318 POLLY_DEBUG(dbgs() << "INVALID: UMaxExpr has a non-constant operand");
319 return ValidatorResult(SCEVType::INVALID);
333 POLLY_DEBUG(dbgs() << "INVALID: UMinExpr has a non-constant operand");
334 return ValidatorResult(SCEVType::INVALID);
350 << "INVALID: SCEVSequentialUMinExpr has a non-constant operand");
351 return ValidatorResult(SCEVType::INVALID);
360 POLLY_DEBUG(dbgs() << "INVALID: UnknownExpr references an instruction "
362 return ValidatorResult(SCEVType::INVALID);
398 dbgs() << "INVALID: unsigned division of non-constant expressions");
399 return ValidatorResult(SCEVType::INVALID);
404 return ValidatorResult(SCEVType::INVALID);
439 dbgs() << "INVALID: UnknownExpr is not an integer or pointer");
440 return ValidatorResult(SCEVType::INVALID);
444 POLLY_DEBUG(dbgs() << "INVALID: UnknownExpr references an undef value");
445 return ValidatorResult(SCEVType::INVALID);