Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14194 ConstantSDNode *SubC = nullptr; in SimplifySelectCC() local
14198 SubC = dyn_cast<ConstantSDNode>(N3.getOperand(0)); in SimplifySelectCC()
14202 SubC = dyn_cast<ConstantSDNode>(N2.getOperand(0)); in SimplifySelectCC()
14205 if (SubC && SubC->isNullValue() && XType.isInteger()) { in SimplifySelectCC()