Home
last modified time | relevance | path

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

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