Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp474 Value *IndexAdd = Builder.CreateAdd(ConstIndex, Offset); in GEPToVectorIndex() local
475 if (Instruction *NewInst = dyn_cast<Instruction>(IndexAdd)) in GEPToVectorIndex()
477 return IndexAdd; in GEPToVectorIndex()