Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DConstantFolding.h158 bool isMathLibCallNoop(CallSite CS, const TargetLibraryInfo *TLI);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp2113 bool llvm::isMathLibCallNoop(CallSite CS, const TargetLibraryInfo *TLI) { in isMathLibCallNoop() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp418 if (isMathLibCallNoop(CS, TLI)) in wouldInstructionBeTriviallyDead()