Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopDetection.h104 extern bool PollyAllowUnsignedOperations;
/external/llvm-project/polly/lib/Support/
DSCEVValidator.cpp156 if (PollyAllowUnsignedOperations || Type == SCEVType::INVALID) in visitZeroExtendOrTruncateExpr()
403 if (!PollyAllowUnsignedOperations) in visitUDivExpr()
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp144 bool polly::PollyAllowUnsignedOperations; member in polly
149 cl::location(PollyAllowUnsignedOperations), cl::Hidden, cl::ZeroOrMore,
609 if (ICmp->isUnsigned() && !PollyAllowUnsignedOperations) in isValidBranch()