Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCaptureTracking.cpp345 unsigned OtherIndex = (I->getOperand(0) == V) ? 1 : 0; in PointerMayBeCaptured() local
346 auto *LI = dyn_cast<LoadInst>(I->getOperand(OtherIndex)); in PointerMayBeCaptured()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2087 unsigned OtherIndex = (ICI->getOperand(0) == PI) ? 1 : 0; in isAllocSiteRemovable() local
2088 if (!isNeverEqualToUnescapedAlloc(ICI->getOperand(OtherIndex), TLI, AI)) in isAllocSiteRemovable()