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

/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/demo/
H A Ddemo_perlify.pl9 package Base2; package
17 use base qw( Base1 Base2 );
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9434 SDValue Base1, Base2;
9439 bool isFrameIndex2 = FindBaseOffset(Ptr2, Base2, Offset2, GV2, CV2);
9442 if (Base1 == Base2 || (GV1 && (GV1 == GV2)) || (CV1 && (CV1 == CV2)))
9452 Offset2 += MFI->getObjectOffset(cast<FrameIndexSDNode>(Base2)->getIndex());

Completed in 81 milliseconds