Searched refs:GEPIndex (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp294 uint32_t GEPIndex) {
305 IdxList.push_back(Call->getArgOperand(GEPIndex));
292 replaceWithGEP(std::vector<CallInst *> &CallList, uint32_t DimensionIndex, uint32_t GEPIndex) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1093 Value *GEPIndex = getInt32(Index); local
1096 GetElementPtrInst::getGEPReturnType(ElTy, Base, {Zero, GEPIndex});
1104 {Base, GEPIndex, DIIndex});
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp777 Constant *GEPIndex = static_cast<Constant *>(GEP->getOperand(1)); local
779 Index, ConstantExpr::getSExtOrBitCast(GEPIndex, IndexType));

Completed in 95 milliseconds