Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/
DDeltaTree.cpp253 DeltaTreeNode *SubRHS = InsertRes->RHS; in DoInsertion() local
279 InsertSide->Children[i+1] = SubRHS; in DoInsertion()
286 InsertSide->FullDelta += SubSplit.Delta + SubRHS->getFullDelta(); in DoInsertion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4600 SDValue SubRHS = N0.getOperand(1); in visitAND() local
4601 if (SubRHS.getOpcode() == ISD::ZERO_EXTEND && in visitAND()
4602 SubRHS.getOperand(0).getScalarValueSizeInBits() == 1) in visitAND()
4603 return SubRHS; in visitAND()
4604 if (SubRHS.getOpcode() == ISD::SIGN_EXTEND && in visitAND()
4605 SubRHS.getOperand(0).getScalarValueSizeInBits() == 1) in visitAND()
4606 return DAG.getNode(ISD::ZERO_EXTEND, SDLoc(N), VT, SubRHS.getOperand(0)); in visitAND()