Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9373 SDValue AndOp1 = Op0.getOperand(1); in visitBRCOND() local
9375 if (AndOp1.getOpcode() == ISD::Constant) { in visitBRCOND()
9376 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue(); in visitBRCOND()