Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1556 if (Instruction *NarrowDiv = narrowUDivURem(I, *this)) in visitUDiv() local
1557 return NarrowDiv; in visitUDiv()