Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4850 bool IsExp10 = false; in expandPow() local
4855 IsExp10 = LHSC->isExactlyValue(Ten); in expandPow()
4860 if (IsExp10) { in expandPow()