Home
last modified time | relevance | path

Searched refs:intersectRewrite (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h112 static inline FastMathFlags intersectRewrite(FastMathFlags LHS, in intersectRewrite() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp2106 FMul->copyFastMathFlags(FastMathFlags::intersectRewrite(R1FMF, R2FMF) | in convertFSqrtDivIntoFMul()
H A DInstCombineAddSub.cpp2912 FastMathFlags::intersectRewrite(FNegF, OpF); in foldFNegIntoConstant()
H A DInstCombineSelect.cpp3820 FastMathFlags NewFMF = FastMathFlags::intersectRewrite(SelectFMF, FAddFMF) | in foldSelectIntoAddConstant()