Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp360 uint32_t GEPIndex) { in replaceWithGEP() argument
371 IdxList.push_back(Call->getArgOperand(GEPIndex)); in replaceWithGEP()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DIRBuilder.cpp1203 Value *GEPIndex = getInt32(Index); in CreatePreserveStructAccessIndex() local
1206 GetElementPtrInst::getGEPReturnType(ElTy, Base, {Zero, GEPIndex}); in CreatePreserveStructAccessIndex()
1214 {Base, GEPIndex, DIIndex}); in CreatePreserveStructAccessIndex()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp763 Constant *GEPIndex = static_cast<Constant *>(GEP->getOperand(1)); in getAsConstantIndexedAddress() local
765 Index, ConstantExpr::getSExtOrBitCast(GEPIndex, IndexType)); in getAsConstantIndexedAddress()