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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13586 SDValue AndOp1 = Op0.getOperand(1); local
13588 if (AndOp1.getOpcode() == ISD::Constant) {
13589 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue();

Completed in 164 milliseconds