Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9154 const bool N0IsTrunc = N0.getNode()->getConstantOperandVal(1) == 1; in visitFP_ROUND() local
9171 if (DAG.getTarget().Options.UnsafeFPMath || N0IsTrunc) { in visitFP_ROUND()
9174 DAG.getIntPtrConstant(NIsTrunc && N0IsTrunc, DL)); in visitFP_ROUND()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11707 const bool N0IsTrunc = N0.getConstantOperandVal(1) == 1; in visitFP_ROUND() local
11724 if (DAG.getTarget().Options.UnsafeFPMath || N0IsTrunc) { in visitFP_ROUND()
11727 DAG.getIntPtrConstant(NIsTrunc && N0IsTrunc, DL)); in visitFP_ROUND()