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

/external/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp71 const PtrToIntOperator *SubRHS = local
73 if (!SubLHS || !SubRHS)
79 SubRHS->getPointerAddressSpace() != 0)
88 dyn_cast<GlobalVariable>(SubRHS->getPointerOperand());
/external/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp253 DeltaTreeNode *SubRHS = InsertRes->RHS; local
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 129 milliseconds