Home
last modified time | relevance | path

Searched refs:Charlie (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dpr35472.ll19 %struct.Delta = type { %struct.Charlie }
20 %struct.Charlie = type { i32 }
21 %struct.Echo = type { %struct.Charlie }
37 %this.addr.i = alloca %struct.Charlie*, align 8
39 %this1.i = load %struct.Charlie*, %struct.Charlie** %this.addr.i, align 8
40 …%Golf.i = getelementptr inbounds %struct.Charlie, %struct.Charlie* %this1.i, i32 0, i32 0, !dbg !33
47 %this1.i = load %struct.Charlie*, %struct.Charlie** %this.addr.i, align 8
48 …%Golf.i = getelementptr inbounds %struct.Charlie, %struct.Charlie* %this1.i, i32 0, i32 0, !dbg !48
98 ; struct Charlie {
104 ; Charlie Foxtrot;
[all …]
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dtmp-md-nodes1.cpp11 struct Charlie { struct
12 virtual ~Charlie() {} in ~Charlie() argument
14 struct CharlieImpl : Charlie, Alpha {
/llvm-project-15.0.7/llvm/test/TableGen/
H A Dgeneric-tables.td61 // CHECK: { "BCharlie", 0x80, Charlie == 42 },
76 def BCharlie : BEntry<0x80, "Charlie == 42">;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3156 APInt Charlie = Cconst->getAPInt(); in propagateLine() local
3157 APInt CdivB = Charlie.sdiv(Beta); in propagateLine()
3158 assert(Charlie.srem(Beta) == 0 && "C should be evenly divisible by B"); in propagateLine()
3171 APInt Charlie = Cconst->getAPInt(); in propagateLine() local
3172 APInt CdivA = Charlie.sdiv(Alpha); in propagateLine()
3173 assert(Charlie.srem(Alpha) == 0 && "C should be evenly divisible by A"); in propagateLine()
3185 APInt Charlie = Cconst->getAPInt(); in propagateLine() local
3186 APInt CdivA = Charlie.sdiv(Alpha); in propagateLine()
3187 assert(Charlie.srem(Alpha) == 0 && "C should be evenly divisible by A"); in propagateLine()