Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h660 Value *foldUnsignedMultiplicationOverflowCheck(ICmpInst &Cmp);
H A DInstCombineCompares.cpp3754 Value *InstCombinerImpl::foldUnsignedMultiplicationOverflowCheck(ICmpInst &I) { in foldUnsignedMultiplicationOverflowCheck() function in InstCombinerImpl
4203 if (Value *V = foldUnsignedMultiplicationOverflowCheck(I)) in foldICmpBinOp()