HomeSort by: relevance | last modified time | path
    Searched refs:getGetElementPtr (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/
ClangOffloadWrapper.cpp 215 auto *ImageB = ConstantExpr::getGetElementPtr(Image->getValueType(),
217 auto *ImageE = ConstantExpr::getGetElementPtr(Image->getValueType(),
234 auto *ImagesB = ConstantExpr::getGetElementPtr(Images->getValueType(),
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ConstantFolder.h 150 return ConstantExpr::getGetElementPtr(Ty, C, IdxList);
158 return ConstantExpr::getGetElementPtr(Ty, C, Idx);
163 return ConstantExpr::getGetElementPtr(Ty, C, IdxList);
Constants.h 1205 static Constant *getGetElementPtr(Type *Ty, Constant *C,
1210 return getGetElementPtr(
1214 static Constant *getGetElementPtr(Type *Ty, Constant *C, Constant *Idx,
1221 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, InRangeIndex,
1224 static Constant *getGetElementPtr(Type *Ty, Constant *C,
1234 return getGetElementPtr(Ty, C, IdxList, true);
1241 return getGetElementPtr(Ty, C, Idx, true);
1245 return getGetElementPtr(Ty, C, IdxList, true);
NoFolder.h 184 return ConstantExpr::getGetElementPtr(Ty, C, IdxList);
192 return ConstantExpr::getGetElementPtr(Ty, C, Idx);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetFolder.h 142 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList));
149 return Fold(ConstantExpr::getGetElementPtr(Ty, C, Idx));
153 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalSplit.cpp 130 auto *NewGEP = ConstantExpr::getGetElementPtr(
GlobalOpt.cpp 619 ConstantExpr::getGetElementPtr(NewTy, cast<Constant>(NewPtr), Idxs);
784 GEPI, ConstantExpr::getGetElementPtr(GEPI->getSourceElementType(),
LowerTypeTests.cpp 884 Constant *CombinedGlobalElemPtr = ConstantExpr::getGetElementPtr(
1138 TIL.OffsetedGlobal = ConstantExpr::getGetElementPtr(
WholeProgramDevirt.cpp 1531 return ConstantExpr::getGetElementPtr(Int8Ty, C,
1741 ConstantExpr::getGetElementPtr(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SanitizerStats.cpp 62 auto InitAddr = ConstantExpr::getGetElementPtr(
Evaluator.cpp 198 Ptr = ConstantExpr::getGetElementPtr(Ty, Ptr, IdxList);
436 ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), P, GEPOps,
VNCoercion.cpp 414 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()),
595 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()),
SCCPSolver.cpp 1045 ConstantExpr::getGetElementPtr(I.getSourceElementType(), Ptr, Indices);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTT.cpp 80 llvm::Constant *Init = llvm::ConstantExpr::getGetElementPtr(
CGObjCGNU.cpp 198 return llvm::ConstantExpr::getGetElementPtr(Array.getElementType(),
220 return llvm::ConstantExpr::getGetElementPtr(ConstStr->getValueType(),
1456 return llvm::ConstantExpr::getGetElementPtr(TypesGlobal->getValueType(),
2449 llvm::ConstantExpr::getGetElementPtr(Vtable->getValueType(), Vtable, Two),
3566 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr(
3728 llvm::Constant *selPtr = llvm::ConstantExpr::getGetElementPtr(
CGCUDANV.cpp 106 return llvm::ConstantExpr::getGetElementPtr(ConstStr.getElementType(),
CGExprConstant.cpp 1810 C = llvm::ConstantExpr::getGetElementPtr(CGM.Int8Ty, C, getOffset());
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULowerModuleLDSPass.cpp 237 ConstantExpr::getGetElementPtr(LDSTy, SGV, GEPIdx));
  /src/external/apache2/llvm/dist/llvm/examples/BrainF/
BrainF.cpp 171 getGetElementPtr(aberrormsg->getValueType(), aberrormsg, gep_params);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 157 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp 1569 return ConstantExpr::getGetElementPtr(
2349 Constant *GEP = getGetElementPtr(
2363 Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices);
2380 Constant *GEP = getGetElementPtr(
2425 Constant *ConstantExpr::getGetElementPtr(Type *Ty, Constant *C,
ConstantFold.cpp 2494 return ConstantExpr::getGetElementPtr(
2522 return ConstantExpr::getGetElementPtr(SrcArrayTy,
2659 return ConstantExpr::getGetElementPtr(PointeeTy, C, NewIdxs, InBounds,
2668 return ConstantExpr::getGetElementPtr(PointeeTy, C, Idxs,
  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
Miscompilation.cpp 858 Value *GEP = ConstantExpr::getGetElementPtr(InitArray->getType(),
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp 832 Constant *C = ConstantExpr::getGetElementPtr(
1031 Constant *C = ConstantExpr::getGetElementPtr(SrcElemTy, Ptr, NewIdxs,
1068 return ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), Ops[0],
InstructionSimplify.cpp 3615 Constant *NewLHS = ConstantExpr::getGetElementPtr(
3619 Constant *NewRHS = ConstantExpr::getGetElementPtr(
4361 auto *CE = ConstantExpr::getGetElementPtr(SrcTy, cast<Constant>(Ops[0]),
5218 Constant *C = ConstantExpr::getGetElementPtr(

Completed in 48 milliseconds

1 2