Searched refs:processUMulZExtIdiom (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4577 static Instruction *processUMulZExtIdiom(ICmpInst &I, Value *MulVal, function
5697 if (Instruction *R = processUMulZExtIdiom(I, Op0, Op1, *this))
5701 if (Instruction *R = processUMulZExtIdiom(I, Op1, Op0, *this))

Completed in 72 milliseconds