Searched refs:LibCallsShrinkWrap (Results 1 – 2 of 2) sorted by relevance
53 class LibCallsShrinkWrap : public InstVisitor<LibCallsShrinkWrap> { class55 LibCallsShrinkWrap(const TargetLibraryInfo &TLI, DomTreeUpdater &DTU) in LibCallsShrinkWrap() function in __anona37531bd0111::LibCallsShrinkWrap130 bool LibCallsShrinkWrap::performCallDomainErrorOnly(CallInst *CI, in performCallDomainErrorOnly()182 bool LibCallsShrinkWrap::performCallRangeErrorOnly(CallInst *CI, in performCallRangeErrorOnly()220 bool LibCallsShrinkWrap::performCallErrors(CallInst *CI, in performCallErrors()284 void LibCallsShrinkWrap::checkCandidate(CallInst &CI) { in checkCandidate()313 Value *LibCallsShrinkWrap::generateOneRangeCond(CallInst *CI, in generateOneRangeCond()335 Value *LibCallsShrinkWrap::generateTwoRangeCond(CallInst *CI, in generateTwoRangeCond()414 Value *LibCallsShrinkWrap::generateCondForPow(CallInst *CI, in generateCondForPow()467 void LibCallsShrinkWrap::shrinkWrapCI(CallInst *CI, Value *Cond) { in shrinkWrapCI()[all …]
1938 SRCS_MIN+= Transforms/Utils/LibCallsShrinkWrap.cpp