HomeSort by: relevance | last modified time | path
    Searched refs:GEPIndex (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFAbstractMemberAccess.cpp 357 uint32_t GEPIndex) {
368 IdxList.push_back(Call->getArgOperand(GEPIndex));
  /src/external/apache2/llvm/dist/llvm/lib/IR/
IRBuilder.cpp 1157 Value *GEPIndex = getInt32(Index);
1160 GetElementPtrInst::getGEPReturnType(ElTy, Base, {Zero, GEPIndex});
1168 {Base, GEPIndex, DIIndex});
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 740 Constant *GEPIndex = static_cast<Constant *>(GEP->getOperand(1));
742 Index, ConstantExpr::getSExtOrBitCast(GEPIndex, IndexType));

Completed in 30 milliseconds