Home
last modified time | relevance | path

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

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