Searched refs:ExitCountTy (Results 1 – 3 of 3) sorted by relevance
61 IntegerType *ExitCountTy = nullptr; member79 Result.ExitCountTy = ExitCountTy; in map()
571 if (!AllowNarrowLatchCondition && RTy != MainLoopStructure.ExitCountTy) in calculateSubRanges()573 if (RTy->getBitWidth() < MainLoopStructure.ExitCountTy->getBitWidth()) in calculateSubRanges()
425 Result.ExitCountTy = cast<IntegerType>(MaxBETakenCount->getType()); in parseLoopStructure()