Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DConstantFolding.h191 bool isMathLibCallNoop(const CallBase *Call, const TargetLibraryInfo *TLI);
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp519 if (isMathLibCallNoop(Call, TLI)) in wouldInstructionBeTriviallyDead()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp3306 bool llvm::isMathLibCallNoop(const CallBase *Call, in isMathLibCallNoop() function in llvm