Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1457 ConstantSDNode *AndOp1 = dyn_cast<ConstantSDNode>(N1->getOperand(1)); in visitADD() local
1463 if (NumSignBits == DestBits && AndOp1 && AndOp1->isOne()) { in visitADD()
5744 SDValue AndOp1 = Op0.getOperand(1); in visitBRCOND() local
5746 if (AndOp1.getOpcode() == ISD::Constant) { in visitBRCOND()
5747 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue(); in visitBRCOND()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9490 SDValue AndOp1 = Op0.getOperand(1); in visitBRCOND() local
9492 if (AndOp1.getOpcode() == ISD::Constant) { in visitBRCOND()
9493 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue(); in visitBRCOND()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12067 SDValue AndOp1 = Op0.getOperand(1); in rebuildSetCC() local
12069 if (AndOp1.getOpcode() == ISD::Constant) { in rebuildSetCC()
12070 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue(); in rebuildSetCC()