Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Support/
DSCEVValidator.cpp72 bool isIV() { return Type == SCEVType::IV; } in isIV() function in ValidatorResult
211 if ((Op.isIV() || Op.isPARAM()) && !Return.isINT()) { in visitMulExpr()