Home
last modified time | relevance | path

Searched defs:XY (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmisplaced-array-index.cpp5 struct XY { int *X; int *Y; }; argument
H A Dnon-const-parameter.cpp218 struct XY { struct
222 void recordpointer(struct XY *xy) { in recordpointer() argument
/llvm-project/clang/test/AST/Interp/
H A Dc.c
/llvm-project/clang/test/Sema/
H A Ddesignated-initializers.c145 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { argument
/llvm-project/clang/test/SemaTemplate/
H A Dconcepts-out-of-line-def.cpp10 struct XY { struct
11 xXY global() argument
12 yXY global() argument
[all...]
H A Dinstantiate-expr-2.cpp43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY; in test_bin_op_overload() typedef
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp825 Value *XY = Builder.CreateFMulFMF(X, Y, &I); in foldFMulReassoc() local
589 Value *XY = Builder.CreateBinOp(Opcode, X, Y); foldFPSignBitOps() local
749 Value *XY = Builder.CreateFMulFMF(X, Y, &I); foldFMulReassoc() local
817 Value *XY = Builder.CreateFAddFMF(X, Y, &I); foldFMulReassoc() local
H A DInstCombineAddSub.cpp1831 Value *XY = Builder.CreateFSubFMF(X, Y, &I); factorizeLerp() local
1869 Value *XY = IsFAdd ? Builder.CreateFAddFMF(X, Y, &I) factorizeFAddFSub() local
1910 Value *XY = Builder.CreateFMulFMF(X, Y, &I); visitFAdd() local
1919 Value *XY = Builder.CreateFDivFMF(X, Y, &I); visitFAdd() local
[all...]
H A DInstCombineCalls.cpp1620 auto *XY = NSW ? Builder.CreateNSWMul(X, Y) : Builder.CreateMul(X, Y); visitCallInst() local
H A DInstructionCombining.cpp2082 Value *XY = Builder.CreateBinOp(Opcode, X, Y); foldVectorBinop() local
/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h610 T XY = SaturatingAdd(X, Y, &Overflowed); SaturatingAdd() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16102 __anon791abb433802(SDValue XY, SDValue Z) visitFSUBForFMACombine() argument
[all...]