OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateConstInBoundsGEP2_32
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuilder.h
268
using CGBuilderBaseTy::
CreateConstInBoundsGEP2_32
;
269
Address
CreateConstInBoundsGEP2_32
(Address Addr, unsigned Idx0, unsigned Idx1,
273
auto *GEP = cast<llvm::GetElementPtrInst>(
CreateConstInBoundsGEP2_32
(
CGOpenMPRuntime.cpp
9258
llvm::Value *P = CGF.Builder.
CreateConstInBoundsGEP2_32
(
9417
llvm::Value *BP = CGF.Builder.
CreateConstInBoundsGEP2_32
(
9431
llvm::Value *P = CGF.Builder.
CreateConstInBoundsGEP2_32
(
9440
llvm::Value *S = CGF.Builder.
CreateConstInBoundsGEP2_32
(
9495
BasePointersArrayArg = CGF.Builder.
CreateConstInBoundsGEP2_32
(
9499
PointersArrayArg = CGF.Builder.
CreateConstInBoundsGEP2_32
(
9504
SizesArrayArg = CGF.Builder.
CreateConstInBoundsGEP2_32
(
9507
MapTypesArrayArg = CGF.Builder.
CreateConstInBoundsGEP2_32
(
9519
MapNamesArrayArg = CGF.Builder.
CreateConstInBoundsGEP2_32
(
CGDecl.cpp
939
CGM, Elt, Builder.
CreateConstInBoundsGEP2_32
(Loc, 0, i), isVolatile,
954
Builder.
CreateConstInBoundsGEP2_32
(Loc, 0, i),
MicrosoftCXXABI.cpp
1286
CGF.Builder.
CreateConstInBoundsGEP2_32
(GV->getValueType(), GV, 0, 0);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroCleanup.cpp
50
auto *Gep = Builder.
CreateConstInBoundsGEP2_32
(FrameTy, FramePtr, 0, Index);
CoroFrame.cpp
1588
auto *G = Builder.
CreateConstInBoundsGEP2_32
(
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h
1864
Value *
CreateConstInBoundsGEP2_32
(Type *Ty, Value *Ptr, unsigned Idx0,
1944
return
CreateConstInBoundsGEP2_32
(Ty, Ptr, 0, Idx, Name);
1948
return
CreateConstInBoundsGEP2_32
(nullptr, Ptr, 0, Idx, Name);
Completed in 34 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026