Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h667 Value *foldUnsignedMultiplicationOverflowCheck(ICmpInst &Cmp);
H A DInstCombineCompares.cpp3686 Value *InstCombinerImpl::foldUnsignedMultiplicationOverflowCheck(ICmpInst &I) { in foldUnsignedMultiplicationOverflowCheck() function in InstCombinerImpl
4135 if (Value *V = foldUnsignedMultiplicationOverflowCheck(I)) in foldICmpBinOp()