Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2028 bool isKnownToBeAPowerOfTwoFP(SDValue Val, unsigned Depth = 0) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4430 bool SelectionDAG::isKnownToBeAPowerOfTwoFP(SDValue Val, unsigned Depth) const { in isKnownToBeAPowerOfTwoFP() function in SelectionDAG
H A DDAGCombiner.cpp17486 DAG.isKnownToBeAPowerOfTwoFP(N1)) { in visitFREM()