Home
last modified time | relevance | path

Searched refs:checkDenormMode (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td373 def : CompatRule<"checkDenormMode">;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2025 static bool checkDenormMode(const Function &Caller, const Function &Callee) { in checkDenormMode() function