Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h120 static inline FastMathFlags unionValue(FastMathFlags LHS, FastMathFlags RHS) { in unionValue() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp2107 FastMathFlags::unionValue(R1FMF, R2FMF)); in convertFSqrtDivIntoFMul()
H A DInstCombineAddSub.cpp2911 FastMathFlags FMF = FastMathFlags::unionValue(FNegF, OpF) | in foldFNegIntoConstant()
H A DInstCombineSelect.cpp3821 FastMathFlags::unionValue(SelectFMF, FAddFMF); in foldSelectIntoAddConstant()