Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp2175 if (Instruction *NarrowRem = narrowUDivURem(I, *this)) in visitURem() local
2176 return NarrowRem; in visitURem()