Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp340 unsigned OtherIndex = (I->getOperand(0) == V) ? 1 : 0; in PointerMayBeCaptured() local
341 auto *LI = dyn_cast<LoadInst>(I->getOperand(OtherIndex)); in PointerMayBeCaptured()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1897 unsigned OtherIndex = (ICI->getOperand(0) == PI) ? 1 : 0; in isAllocSiteRemovable() local
1898 if (!isNeverEqualToUnescapedAlloc(ICI->getOperand(OtherIndex), TLI, AI)) in isAllocSiteRemovable()