Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h221 bool fmulByZeroIsZero(Value *MulVal, FastMathFlags FMF,
H A DInstCombineSelect.cpp3532 bool InstCombinerImpl::fmulByZeroIsZero(Value *MulVal, FastMathFlags FMF, in fmulByZeroIsZero() function in InstCombinerImpl
3551 return IC.fmulByZeroIsZero(MulRHS, FMF, &CtxI); in matchFMulByZeroIfResultEqZero()