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.h2170 LLVM_ABI bool isKnownToBeAPowerOfTwoFP(SDValue Val, unsigned Depth = 0) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4701 bool SelectionDAG::isKnownToBeAPowerOfTwoFP(SDValue Val, unsigned Depth) const { in isKnownToBeAPowerOfTwoFP() function in SelectionDAG
H A DDAGCombiner.cpp18486 DAG.isKnownToBeAPowerOfTwoFP(N1)) { in visitFREM()