Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp128 IntegerType *SlowType = dyn_cast<IntegerType>(SlowDivOrRem->getType()); in FastDivInsertionTask() local
129 if (!SlowType) in FastDivInsertionTask()
133 auto BI = BypassWidths.find(SlowType->getBitWidth()); in FastDivInsertionTask()