Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp127 IntegerType *SlowType = dyn_cast<IntegerType>(SlowDivOrRem->getType()); in FastDivInsertionTask() local
128 if (!SlowType) in FastDivInsertionTask()
132 auto BI = BypassWidths.find(SlowType->getBitWidth()); in FastDivInsertionTask()