Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp409 static void replaceWithGEP(CallInst *Call, uint32_t DimensionIndex, in replaceWithGEP() argument
412 if (DimensionIndex > 0) in replaceWithGEP()
413 Dimension = getConstant(Call->getArgOperand(DimensionIndex)); in replaceWithGEP()