Lines Matching defs:PARAM
19 /// possible types are INT, PARAM, IV and INVALID. The order of the types is
28 PARAM,
55 assert(Type != SCEVType::PARAM && "Did you forget to pass the parameter");
67 bool isConstant() { return Type == SCEVType::INT || Type == SCEVType::PARAM; }
78 /// Is the analyzed SCEV of Type PARAM.
79 bool isPARAM() { return Type == SCEVType::PARAM; }
103 case SCEVType::PARAM:
104 OS << "SCEVType::PARAM";
156 return ValidatorResult(SCEVType::PARAM, Expr);
221 return ValidatorResult(SCEVType::PARAM, Expr);
266 return ValidatorResult(SCEVType::PARAM, Expr);
275 ValidatorResult(SCEVType::PARAM, ZeroStartExpr);
323 return ValidatorResult(SCEVType::PARAM, Expr);
338 return ValidatorResult(SCEVType::PARAM, Expr);
355 return ValidatorResult(SCEVType::PARAM, Expr);
365 return ValidatorResult(SCEVType::PARAM, S);
371 return ValidatorResult(SCEVType::PARAM, S);
395 return ValidatorResult(SCEVType::PARAM, DivExpr);
468 return ValidatorResult(SCEVType::PARAM, Expr);