Searched refs:tmp_addr (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | no-wrap-add-exprs.ll | 142 @tmp_addr = external unnamed_addr global { %union, [2000 x i8] } 144 define void @f3(i8* %x_addr, i8* %y_addr, i32* %tmp_addr) { 201 ; CHECK-NEXT: %tmp = load i32, i32* %tmp_addr, align 4 211 …dr4 = getelementptr inbounds i8, i8* bitcast ({ %union, [2000 x i8] }* @tmp_addr to i8*), i64 %sun… 212 ; CHECK-NEXT: --> ((4 * (zext i32 (4 + (4 * (%tmp /u 4))<nuw>) to i64))<nuw><nsw> + @tmp_addr) U… 214 …096 + (4 * (zext i32 (4 + (4 * (%tmp /u 4))<nuw>) to i64))<nuw><nsw> + @tmp_addr) U: [0,-3) S: [-9… 225 …dr1 = getelementptr inbounds i8, i8* bitcast ({ %union, [2000 x i8] }* @tmp_addr to i8*), i64 %sun… 226 … (4 + (4 * (zext i32 (4 + (4 * (%tmp /u 4))<nuw>) to i64))<nuw><nsw> + @tmp_addr) U: [0,-3) S: [-9… 268 %tmp = load i32, i32* %tmp_addr 273 …%sunkaddr4 = getelementptr inbounds i8, i8* bitcast ({ %union, [2000 x i8] }* @tmp_addr to i8*), i… [all …]
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 832 lldb::addr_t tmp_addr = OptionArgParser::ToAddress( in SetOptionValue() local 835 m_until_addrs.push_back(tmp_addr); in SetOptionValue()
|