Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5324 bool IsExp10 = false; in expandPow() local
5329 IsExp10 = LHSC->isExactlyValue(Ten); in expandPow()
5334 if (IsExp10) { in expandPow()