Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h216 bool isMathLibCallNoop(const CallBase *Call, const TargetLibraryInfo *TLI);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3505 bool llvm::isMathLibCallNoop(const CallBase *Call, in isMathLibCallNoop() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp522 if (isMathLibCallNoop(Call, TLI)) in wouldInstructionBeTriviallyDead()