Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2396 static Instruction *foldFNegIntoConstant(Instruction &I, const DataLayout &DL) { in foldFNegIntoConstant() function
2462 if (Instruction *X = foldFNegIntoConstant(I, DL)) in visitFNeg()
2554 if (Instruction *X = foldFNegIntoConstant(I, DL)) in visitFSub()