Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h677 Value *foldMultiplicationOverflowCheck(ICmpInst &Cmp);
H A DInstCombineCompares.cpp4666 Value *InstCombinerImpl::foldMultiplicationOverflowCheck(ICmpInst &I) { in foldMultiplicationOverflowCheck() function in InstCombinerImpl
5358 if (Value *V = foldMultiplicationOverflowCheck(I)) in foldICmpBinOp()