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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13241 const bool N0IsTrunc = N0.getConstantOperandVal(1) == 1; local
13258 if (DAG.getTarget().Options.UnsafeFPMath || N0IsTrunc) {
13261 DAG.getIntPtrConstant(NIsTrunc && N0IsTrunc, DL));

Completed in 266 milliseconds