Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp94 bool binaryOpIsDerivedFromSameAlloca(Value *Alloca, Value *Val,
647 bool AMDGPUPromoteAllocaImpl::binaryOpIsDerivedFromSameAlloca( in binaryOpIsDerivedFromSameAlloca() function in AMDGPUPromoteAllocaImpl
721 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, ICmp, 0, 1)) in collectUsesWithPtrTypes()
755 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, SI, 1, 2)) in collectUsesWithPtrTypes()
767 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, Phi, 0, 1)) in collectUsesWithPtrTypes()