Searched refs:totalLength (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | edit-output.cpp | 355 int width{editWidth > 0 ? editWidth : totalLength}; in EditEorDOutput() 356 if (totalLength > width || !exponent) { in EditEorDOutput() 359 if (totalLength < width && digitsBeforePoint == 0 && in EditEorDOutput() 362 ++totalLength; in EditEorDOutput() 364 if (totalLength < width && noLeadingSpaces) { in EditEorDOutput() 365 width = totalLength; in EditEorDOutput() 367 return EmitPrefix(edit, totalLength, width) && in EditEorDOutput() 464 int width{editWidth > 0 ? editWidth : totalLength}; in EditFOutput() 465 if (totalLength > width) { in EditFOutput() 470 ++totalLength; in EditFOutput() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2008-09-29-ReMatBug.ll | 41 %7 = getelementptr i8, ptr %bufptr.0.lcssa, i32 %totalLength.0.ph ; <ptr> [#uses=1] 46 %totalLength.0.ph = add i32 0, %totalLength.1.ph ; <i32> [#uses=2] 60 %totalLength.1.ph = phi i32 [ 0, %bb4 ], [ %totalLength.0.ph, %bb35 ] ; <i32> [#uses=1]
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | PropertiesBase.td | 356 def : Property<"totalLength", UInt32> { 368 result.MakeArray(initLength, totalLength);
|