Home
last modified time | relevance | path

Searched defs:YZ (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp608 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 DInstCombineAndOrXor.cpp2104 Value *YZ = Builder.CreateBinOp(Opcode, Y, Z); in reassociateForUses() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16160 auto tryToFoldXSubYZ = [&](SDValue X, SDValue YZ) { in visitFSUBForFMACombine()