Searched defs:XZ (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineAddSub.cpp | 2223 Value *XZ = Builder.CreateAdd(X, Z); visitSub() local |
H A D | InstCombineMulDivRem.cpp | 809 auto *XZ = Builder.CreateFMulFMF(X, Z, &I); foldFMulReassoc() local |
H A D | InstCombineAndOrXor.cpp | 2062 Value *XZ = Builder.CreateBinOp(Opcode, X, Z); reassociateForUses() local |