Home
last modified time | relevance | path

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

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