Home
last modified time | relevance | path

Searched refs:RefCopy (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dbranch-alias.ll6 ; unsigned long RefCopy = 0;
9 ; RefCopy |= 1UL << i;
12 ; int** AliasA1 = (int**)RefCopy;
24 %RefCopy = alloca i64, align 8
29 store i64 0, i64* %RefCopy, align 8
52 %4 = load i64, i64* %RefCopy, align 8
54 store i64 %or, i64* %RefCopy, align 8
67 %6 = load i64, i64* %RefCopy, align 8
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-composite-cc.cpp12 struct RefCopy { struct
14 RefCopy() = default; argument
15 RefCopy(RefCopy &Copy) {} in RefCopy() function