Home
last modified time | relevance | path

Searched refs:totalLength (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dedit-output.cpp355 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 D2008-09-29-ReMatBug.ll41 %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 DPropertiesBase.td356 def : Property<"totalLength", UInt32> {
368 result.MakeArray(initLength, totalLength);