Searched refs:GEPIndex (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 292 uint32_t GEPIndex) { in replaceWithGEP() argument 303 IdxList.push_back(Call->getArgOperand(GEPIndex)); in replaceWithGEP()
|
/external/llvm-project/llvm/lib/IR/ |
D | IRBuilder.cpp | 1102 Value *GEPIndex = getInt32(Index); in CreatePreserveStructAccessIndex() local 1105 GetElementPtrInst::getGEPReturnType(ElTy, Base, {Zero, GEPIndex}); in CreatePreserveStructAccessIndex() 1113 {Base, GEPIndex, DIIndex}); in CreatePreserveStructAccessIndex()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 357 uint32_t GEPIndex) { in replaceWithGEP() argument 368 IdxList.push_back(Call->getArgOperand(GEPIndex)); in replaceWithGEP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 2773 Value *GEPIndex = getInt32(Index); in CreatePreserveStructAccessIndex() local 2776 GetElementPtrInst::getGEPReturnType(ElTy, Base, {Zero, GEPIndex}); in CreatePreserveStructAccessIndex() 2784 {Base, GEPIndex, DIIndex}); in CreatePreserveStructAccessIndex()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 863 Constant *GEPIndex = static_cast<Constant *>(GEP->getOperand(1)); in getAsConstantIndexedAddress() local 865 Index, ConstantExpr::getSExtOrBitCast(GEPIndex, IndexType)); in getAsConstantIndexedAddress()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 777 Constant *GEPIndex = static_cast<Constant *>(GEP->getOperand(1)); in getAsConstantIndexedAddress() local 779 Index, ConstantExpr::getSExtOrBitCast(GEPIndex, IndexType)); in getAsConstantIndexedAddress()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 779 Constant *GEPIndex = static_cast<Constant *>(GEP->getOperand(1)); in getAsConstantIndexedAddress() local 781 Index, ConstantExpr::getSExtOrBitCast(GEPIndex, IndexType)); in getAsConstantIndexedAddress()
|