Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp94 bool binaryOpIsDerivedFromSameAlloca(Value *Alloca, Value *Val,
556 bool AMDGPUPromoteAllocaImpl::binaryOpIsDerivedFromSameAlloca( in binaryOpIsDerivedFromSameAlloca() function in AMDGPUPromoteAllocaImpl
630 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, ICmp, 0, 1)) in collectUsesWithPtrTypes()
664 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, SI, 1, 2)) in collectUsesWithPtrTypes()
676 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, Phi, 0, 1)) in collectUsesWithPtrTypes()