Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2223 Value *XZ = Builder.CreateAdd(X, Z); visitSub() local
2953 Value *XZ = Builder.CreateFAddFMF(X, Z, &I); visitFSub() local
H A DInstCombineMulDivRem.cpp809 auto *XZ = Builder.CreateFMulFMF(X, Z, &I); foldFMulReassoc() local
H A DInstCombineAndOrXor.cpp2062 Value *XZ = Builder.CreateBinOp(Opcode, X, Z); reassociateForUses() local