git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251179
91177308-0d34-0410-b5e6-
96231b3b80d8
if (auto *I = dyn_cast<Instruction>(LHS))
if (auto *Ranges = I->getMetadata(LLVMContext::MD_range))
- LHS_CR = LHS_CR.intersectWith(GetConstantRangeFromMetadata(Ranges, Width));
+ LHS_CR =
+ LHS_CR.intersectWith(GetConstantRangeFromMetadata(Ranges, Width));
if (!LHS_CR.isFullSet()) {
if (RHS_CR.contains(LHS_CR))
switch (S->getSCEVType()) {
case scConstant: case scTruncate: case scZeroExtend: case scSignExtend:
case scAddExpr: case scMulExpr: case scUMaxExpr: case scSMaxExpr:
- // These expressions are available if their operand(s) is/are.
- return true;
+ // These expressions are available if their operand(s) is/are.
+ return true;
case scAddRecExpr: {
// We allow add recurrences that are on the loop BB is in, or some