Searched refs:RefCopy (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
D | branch-alias.ll | 6 ; unsigned long RefCopy = 0; 9 ; RefCopy |= 1UL << i; 12 ; int** AliasA1 = (int**)RefCopy; 24 %RefCopy = alloca i64, align 8 28 store i64 0, i64* %RefCopy, align 8 51 %4 = load i64, i64* %RefCopy, align 8 53 store i64 %or, i64* %RefCopy, align 8 66 %6 = load i64, i64* %RefCopy, align 8
|
/external/llvm-project/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
D | branch-alias.ll | 6 ; unsigned long RefCopy = 0; 9 ; RefCopy |= 1UL << i; 12 ; int** AliasA1 = (int**)RefCopy; 24 %RefCopy = alloca i64, align 8 28 store i64 0, i64* %RefCopy, align 8 51 %4 = load i64, i64* %RefCopy, align 8 53 store i64 %or, i64* %RefCopy, align 8 66 %6 = load i64, i64* %RefCopy, align 8
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | debug-info-composite-cc.cpp | 12 struct RefCopy { struct 14 RefCopy() = default; argument 15 RefCopy(RefCopy &Copy) {} in RefCopy() argument
|