Searched refs:copyFlags (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 283 static Value *copyFlags(const CallInst &Old, Value *New) { in copyFlags() function 295 return copyFlags(Old, NewCI); in mergeAttributesAndFlags() 325 return copyFlags(*CI, emitStrLenMemCpy(Src, Dst, Len, B)); in optimizeStrCat() 389 return copyFlags(*CI, emitStrLenMemCpy(Src, Dst, SrcLen, B)); in optimizeStrNCat() 443 return copyFlags(*CI, in optimizeStrChr() 489 return copyFlags(*CI, emitStrChr(SrcStr, '\0', B, TLI)); in optimizeStrRChr() 500 return copyFlags(*CI, emitMemRChr(SrcStr, CharVal, Size, B, DL, TLI)); in optimizeStrRChr() 534 return copyFlags( in optimizeStrCmp() 544 return copyFlags( in optimizeStrCmp() 551 return copyFlags( in optimizeStrCmp() [all …]
|