HomeSort by relevance Sort by last modified time
    Searched refs:SubRHS (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 71 const PtrToIntOperator *SubRHS =
73 if (!SubLHS || !SubRHS)
79 SubRHS->getPointerAddressSpace() != 0)
88 dyn_cast<GlobalVariable>(SubRHS->getPointerOperand());
  /external/clang/lib/Rewrite/Core/
DeltaTree.cpp 253 DeltaTreeNode *SubRHS = InsertRes->RHS;
259 // Figure out where to insert SubRHS/NewSplit.
267 // SubRHS/SubSplit into. Find out where to insert SubSplit.
279 InsertSide->Children[i+1] = SubRHS;
286 InsertSide->FullDelta += SubSplit.Delta + SubRHS->getFullDelta();

Completed in 521 milliseconds