Searched defs:XY (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1460 Value *XY = IsFAdd ? Builder.CreateFAddFMF(X, Y, &I) local
1498 Value *XY = Builder.CreateFMulFMF(X, Y, &I); local
1507 Value *XY = Builder.CreateFDivFMF(X, Y, &I); local
[all...]
H A DInstCombineMulDivRem.cpp489 Value *XY = Builder.CreateFMulFMF(X, Y, &I); local
518 Value *XY = Builder.CreateFAddFMF(X, Y, &I); local
528 Value *XY = Builder.CreateFAddFMF(X, Y, &I); local

Completed in 157 milliseconds