Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DConstantFolding.h191 bool isMathLibCallNoop(const CallBase *Call, const TargetLibraryInfo *TLI);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp500 if (isMathLibCallNoop(Call, TLI)) in wouldInstructionBeTriviallyDead()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp3231 bool llvm::isMathLibCallNoop(const CallBase *Call, in isMathLibCallNoop() function in llvm