OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPointerTy
(Results
1 - 25
of
137
) sorted by relevancy
1
2
3
4
5
6
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetLibraryInfo.cpp
86
if (!FuncTy->getReturnType()->
isPointerTy
() &&
92
if (!Param->
isPointerTy
() && !Param->isIntegerTy())
718
return (NumParams >= 2 && FTy.getParamType(0)->
isPointerTy
() &&
719
FTy.getParamType(1)->
isPointerTy
() &&
723
return (NumParams == 2 && FTy.getParamType(0)->
isPointerTy
() &&
724
FTy.getParamType(1)->
isPointerTy
() &&
729
return (NumParams == 3 && FTy.getParamType(0)->
isPointerTy
() &&
730
FTy.getParamType(1)->
isPointerTy
() &&
731
FTy.getParamType(2)->
isPointerTy
() &&
739
return (NumParams == 1 && FTy.getParamType(0)->
isPointerTy
() &
[
all
...]
CFLGraph.h
205
assert(Val != nullptr && Val->getType()->
isPointerTy
());
221
if (!From->getType()->
isPointerTy
() || !To->getType()->
isPointerTy
())
238
if (!From->getType()->
isPointerTy
() || !To->getType()->
isPointerTy
())
265
if (RetVal->getType()->
isPointerTy
()) {
374
if (Inst.getType()->
isPointerTy
())
427
if (V->getType()->
isPointerTy
())
429
if (Call.getType()->
isPointerTy
())
453
if (V->getType()->
isPointerTy
()) {
[
all
...]
AliasAnalysisSummary.cpp
60
if (!Arg->hasNoAliasAttr() && Arg->getType()->
isPointerTy
())
80
if (V->getType()->
isPointerTy
())
CFLSteensAliasAnalysis.cpp
166
assert(RetVal->getType()->
isPointerTy
());
175
if (Param.getType()->
isPointerTy
()) {
271
if (!ValA->getType()->
isPointerTy
() || !ValB->getType()->
isPointerTy
())
AliasAnalysisEvaluator.cpp
88
return V->getType()->
isPointerTy
()
108
if (I.getType()->
isPointerTy
()) // Add all pointer arguments.
112
if (Inst.getType()->
isPointerTy
()) // Add all pointer instructions.
ScalarEvolutionAliasAnalysis.cpp
111
if (Last->getType()->
isPointerTy
())
TypeMetadataUtils.cpp
130
if (I->getType()->
isPointerTy
()) {
Loads.cpp
49
assert(V->getType()->
isPointerTy
() && "Base must be pointer");
74
if (BC->getSrcTy()->
isPointerTy
())
653
assert(Ty == B->getType() && Ty->
isPointerTy
() &&
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kCallingConv.h
62
bool IsPtr = I != CCInfo.F.arg_end() && I->getType()->
isPointerTy
();
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h
217
bool isIntOrPtrTy() const { return isIntegerTy() ||
isPointerTy
(); }
229
bool
isPointerTy
() const { return getTypeID() == PointerTyID; }
232
bool isPtrOrPtrVectorTy() const { return getScalarType()->
isPointerTy
(); }
259
isPointerTy
() || isVectorTy() || isX86_AMXTy();
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXLowerArgs.cpp
337
if (LI->getType()->
isPointerTy
()) {
353
if (Arg.getType()->
isPointerTy
()) {
367
if (Arg.getType()->
isPointerTy
() && Arg.hasByValAttr())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
Coroutines.cpp
598
if (FT->getReturnType()->
isPointerTy
()) {
603
SRetTy->getElementType(0)->
isPointerTy
());
619
if (FT->getNumParams() == 0 || !FT->getParamType(0)->
isPointerTy
())
631
if (!FT->getReturnType()->
isPointerTy
())
650
!FT->getParamType(0)->
isPointerTy
())
701
if (!FunTy->getReturnType()->
isPointerTy
() ||
707
if (FunTy->getNumParams() != 1 || !FunTy->getParamType(0)->
isPointerTy
() ||
CoroElide.cpp
62
assert(ValueTy->
isPointerTy
() && IntrTy->
isPointerTy
());
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyLowerGlobalDtors.cpp
75
!ETy->getTypeAtIndex(1U)->
isPointerTy
() ||
76
!ETy->getTypeAtIndex(2U)->
isPointerTy
())
/src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp
93
if (!getType()->
isPointerTy
()) return false;
106
if (!getType()->
isPointerTy
()) return false;
111
if (!getType()->
isPointerTy
())
125
if (!getType()->
isPointerTy
()) return false;
130
if (!getType()->
isPointerTy
())
136
if (!getType()->
isPointerTy
()) return false;
144
if (!getType()->
isPointerTy
())
194
assert(getType()->
isPointerTy
() && "Only pointers have alignments");
199
assert(getType()->
isPointerTy
() && "Only pointers have alignments");
208
assert(getType()->
isPointerTy
() && "Only pointers have byval types")
[
all
...]
Value.cpp
581
if (!V->getType()->
isPointerTy
())
612
if (!V->getType()->
isPointerTy
())
642
assert(V->getType()->
isPointerTy
() && "Unexpected operand type!");
743
assert(getType()->
isPointerTy
());
807
assert(getType()->
isPointerTy
() && "must be pointer");
880
assert(getType()->
isPointerTy
() && "must be pointer");
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InferAddressSpaces.cpp
283
assert(Op->getType()->
isPointerTy
());
290
return Op->getType()->
isPointerTy
();
395
assert(V->getType()->
isPointerTy
());
464
if (Cmp->getOperand(0)->getType()->
isPointerTy
()) {
584
if (!OperandUse.get()->getType()->
isPointerTy
())
595
assert(I->getType()->
isPointerTy
());
614
assert(I->getType()->
isPointerTy
());
IndVarSimplify.cpp
909
if (BECount->getType()->
isPointerTy
() && !Phi->getType()->
isPointerTy
())
984
if (IndVar->getType()->
isPointerTy
() &&
985
!ExitCount->getType()->
isPointerTy
()) {
1051
Type *LimitTy = ExitCount->getType()->
isPointerTy
() ?
1116
assert(ExitCnt->getType()->
isPointerTy
() ==
1117
IndVar->getType()->
isPointerTy
() &&
1143
assert(!CmpIndVar->getType()->
isPointerTy
() &&
1144
!ExitCnt->getType()->
isPointerTy
());
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
PtrUseVisitor.h
223
assert(I.getType()->
isPointerTy
());
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetTransformInfo.h
82
if (ScalarTy->
isPointerTy
())
/src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
llvm-stress.cpp
259
if (V->getType()->
isPointerTy
())
380
if (Val0->getType()->
isPointerTy
() ||
381
Val1->getType()->
isPointerTy
())
561
if (VTy->
isPointerTy
()) {
562
if (!DestTy->
isPointerTy
())
655
if (Val0->getType()->
isPointerTy
()) return;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp
718
if (A->getType()->
isPointerTy
() && !A->hasNoCaptureAttr()) {
729
if (!A->getType()->
isPointerTy
())
953
if (!F->getReturnType()->
isPointerTy
())
963
!F->getReturnType()->
isPointerTy
())
983
assert(F->getReturnType()->
isPointerTy
() &&
1070
if (!F->getReturnType()->
isPointerTy
())
1095
!F->getReturnType()->
isPointerTy
())
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp
534
FTy->getParamType(1)->
isPointerTy
() &&
535
FTy->getParamType(2)->
isPointerTy
()) {
549
FTy->getParamType(1)->
isPointerTy
()) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenCLRuntime.cpp
150
assert(Block->getType()->
isPointerTy
() && "Invalid block literal type");
/src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
OpDescriptor.h
131
return V->getType()->
isPointerTy
() && !V->isSwiftError();
Completed in 83 milliseconds
1
2
3
4
5
6
Indexes created Wed Sep 23 00:26:21 UTC 2026