Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp402 auto *LatchType = LatchCheck.IV->getType(); in generateLoopLatchCheck() local
403 if (RangeCheckType == LatchType) in generateLoopLatchCheck()
406 if (DL->getTypeSizeInBits(LatchType) < DL->getTypeSizeInBits(RangeCheckType)) in generateLoopLatchCheck()
419 LLVM_DEBUG(dbgs() << "IV of type: " << *LatchType in generateLoopLatchCheck()