Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4179 bool IsExp10 = false; in visitPow() local
4187 IsExp10 = CFP->getValueAPF().bitwiseIsEqual(Ten); in visitPow()
4192 if (IsExp10 && LimitFloatPrecision > 0 && LimitFloatPrecision <= 18) { in visitPow()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4572 bool IsExp10 = false; in expandPow() local
4577 IsExp10 = LHSC->isExactlyValue(Ten); in expandPow()
4582 if (IsExp10) { in expandPow()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4806 bool IsExp10 = false; in expandPow() local
4811 IsExp10 = LHSC->isExactlyValue(Ten); in expandPow()
4816 if (IsExp10) { in expandPow()