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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1520 ConstantSDNode *AndOp1 = dyn_cast<ConstantSDNode>(N1->getOperand(1)); local
1526 if (NumSignBits == DestBits && AndOp1 && AndOp1->isOne()) {
6806 SDValue AndOp1 = Op0.getOperand(1); local
6808 if (AndOp1.getOpcode() == ISD::Constant) {
6809 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue();

Completed in 126 milliseconds