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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3447 bool N1IsOpaqueConst = false; local
3472 N1IsOpaqueConst = cast<ConstantSDNode>(N1)->isOpaque();
3477 if (N0IsConst && N1IsConst && !N0IsOpaqueConst && !N1IsOpaqueConst)
3512 if (N1IsConst && !N1IsOpaqueConst && (-ConstValue1).isPowerOf2()) {

Completed in 104 milliseconds