Home | History | Annotate | Download | only in Utils

Lines Matching refs:iprintf

1405     // printf(format, ...) -> iprintf(format, ...) if no floating point
1407 if (TLI->has(LibFunc::iprintf) && !callHasFloatingPointArgument(CI)) {
1410 M->getOrInsertFunction("iprintf", FT, Callee->getAttributes());