Searched refs:OtherIndex (Results 1 – 2 of 2) sorted by relevance
340 unsigned OtherIndex = (I->getOperand(0) == V) ? 1 : 0; in PointerMayBeCaptured() local341 auto *LI = dyn_cast<LoadInst>(I->getOperand(OtherIndex)); in PointerMayBeCaptured()
1897 unsigned OtherIndex = (ICI->getOperand(0) == PI) ? 1 : 0; in isAllocSiteRemovable() local1898 if (!isNeverEqualToUnescapedAlloc(ICI->getOperand(OtherIndex), TLI, AI)) in isAllocSiteRemovable()