Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DConstantFolding.h158 bool isMathLibCallNoop(CallSite CS, const TargetLibraryInfo *TLI);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp2312 bool llvm::isMathLibCallNoop(CallSite CS, const TargetLibraryInfo *TLI) { in isMathLibCallNoop() function in llvm
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp420 if (isMathLibCallNoop(CS, TLI)) in wouldInstructionBeTriviallyDead()