Searched defs:YZ (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 608 Value *YZ = Builder.CreateAdd(Y, Z); in foldPowiReassoc() local 808 auto *YZ = Builder.CreateFAddFMF(Y, Z, &I); in foldFMulReassoc() local 1914 Value *YZ = Builder.CreateFMulFMF(Y, Op1, &I); in visitFDiv() local 1920 Value *YZ = Builder.CreateFMulFMF(Y, Op0, &I); in visitFDiv() local
|
H A D | InstCombineAndOrXor.cpp | 2104 Value *YZ = Builder.CreateBinOp(Opcode, Y, Z); in reassociateForUses() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 16160 auto tryToFoldXSubYZ = [&](SDValue X, SDValue YZ) { in visitFSUBForFMACombine()
|