OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstantPointerNull
(Results
1 - 25
of
100
) sorted by relevancy
1
2
3
4
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp
582
if (isa<
ConstantPointerNull
>(OtherOp))
966
if (isa<
ConstantPointerNull
>(CI->getOperand(0)))
967
CI->setOperand(0,
ConstantPointerNull
::get(NewTy));
969
if (isa<
ConstantPointerNull
>(CI->getOperand(1)))
970
CI->setOperand(1,
ConstantPointerNull
::get(NewTy));
989
if (isa<
ConstantPointerNull
>(SI->getOperand(1)))
990
SI->setOperand(1,
ConstantPointerNull
::get(NewTy));
992
if (isa<
ConstantPointerNull
>(SI->getOperand(2)))
993
SI->setOperand(2,
ConstantPointerNull
::get(NewTy));
996
if (isa<
ConstantPointerNull
>(Phi->getIncomingValue(I))
[
all
...]
AMDGPUPrintfRuntimeBinding.cpp
357
ConstantPointerNull
*zeroIntPtr =
358
ConstantPointerNull
::get(PointerType::get(Type::getInt8Ty(Ctx), 1));
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGGPUBuiltin.cpp
97
BufferPtr = llvm::
ConstantPointerNull
::get(llvm::Type::getInt8PtrTy(Ctx));
CGCoroutine.cpp
198
auto *NullPtr = llvm::
ConstantPointerNull
::get(CGF.CGM.Int8PtrTy);
399
auto *NullPtr = llvm::
ConstantPointerNull
::get(CGF.Int8PtrTy);
456
auto *NullPtr = llvm::
ConstantPointerNull
::get(CGF.Int8PtrTy);
544
auto *NullPtr = llvm::
ConstantPointerNull
::get(Builder.getInt8PtrTy());
578
auto *NullPtr = llvm::
ConstantPointerNull
::get(Int8PtrTy);
723
auto NullPtr = llvm::
ConstantPointerNull
::get(Builder.getInt8PtrTy());
CGCUDANV.cpp
523
llvm::Constant *NullPtr = llvm::
ConstantPointerNull
::get(VoidPtrTy);
534
llvm::
ConstantPointerNull
::get(IntTy->getPointerTo())};
590
: llvm::
ConstantPointerNull
::get(Var->getType()),
783
Values.add(llvm::
ConstantPointerNull
::get(VoidPtrTy));
808
/*Initializer=*/llvm::
ConstantPointerNull
::get(VoidPtrPtrTy),
850
llvm::
ConstantPointerNull
::get(VoidPtrPtrTy), "__cuda_gpubin_handle");
1071
: llvm::
ConstantPointerNull
::get(Var->getType()),
CGObjC.cpp
44
return llvm::
ConstantPointerNull
::get(cast<llvm::PointerType>(type));
399
if (isa<llvm::
ConstantPointerNull
>(arg))
2116
if (isa<llvm::
ConstantPointerNull
>(value))
2214
if (isa<llvm::
ConstantPointerNull
>(value))
2399
if (isa<llvm::
ConstantPointerNull
>(value)) return;
2537
if (isa<llvm::
ConstantPointerNull
>(value)) return value;
2589
if (isa<llvm::
ConstantPointerNull
>(value) &&
2799
if (isa<llvm::
ConstantPointerNull
>(value)) return;
2967
isa<llvm::
ConstantPointerNull
>(phi->getIncomingValue(1)) &&
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LowerEmuTLS.cpp
97
Constant *NullPtr =
ConstantPointerNull
::get(VoidPtrType);
GCRootLowering.cpp
162
ConstantPointerNull
::get(cast<PointerType>(Root->getAllocatedType())),
IntrinsicLowering.cpp
295
ConstantPointerNull
::get(cast<PointerType>(CI->getType())));
301
ConstantPointerNull
::get(cast<PointerType>(CI->getType())));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CtorUtils.cpp
98
if (isa<
ConstantPointerNull
>(CS->getOperand(1)))
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryBuiltins.h
34
class
ConstantPointerNull
;
273
SizeOffsetType visitConstantPointerNull(
ConstantPointerNull
&);
ObjCARCAnalysisUtils.h
133
return isa<
ConstantPointerNull
>(V) || isa<UndefValue>(V);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h
533
class
ConstantPointerNull
final : public ConstantData {
536
explicit
ConstantPointerNull
(PointerType *T)
542
ConstantPointerNull
(const
ConstantPointerNull
&) = delete;
545
static
ConstantPointerNull
*get(PointerType *T);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInstr.h
119
return isa<
ConstantPointerNull
>(Arg)
127
ConstantPointerNull
::get(Type::getInt8PtrTy(getContext())));
186
assert(isa<
ConstantPointerNull
>(getArgOperand(CoroutineArg)) &&
CoroInternal.h
65
ConstantPointerNull
*const NullPtr;
Coroutines.cpp
99
NullPtr(
ConstantPointerNull
::get(Int8Ptr)) {}
184
Elide ?
ConstantPointerNull
::get(Type::getInt8PtrTy(CoroId->getContext()))
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
CaptureTracking.cpp
338
if (auto *CPN = dyn_cast<
ConstantPointerNull
>(I->getOperand(OtherIdx))) {
MemoryBuiltins.cpp
628
if (
ConstantPointerNull
*P = dyn_cast<
ConstantPointerNull
>(V))
760
ObjectSizeOffsetVisitor::visitConstantPointerNull(
ConstantPointerNull
& CPN) {
AliasAnalysisEvaluator.cpp
89
&& !isa<
ConstantPointerNull
>(V);
BasicAliasAnalysis.cpp
1471
if (const
ConstantPointerNull
*CPN = dyn_cast<
ConstantPointerNull
>(O1))
1474
if (const
ConstantPointerNull
*CPN = dyn_cast<
ConstantPointerNull
>(O2))
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyLowerGlobalDtors.cpp
183
Value *Null =
ConstantPointerNull
::get(VoidStar);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
919
return (isa<
ConstantPointerNull
>(Ptr) &&
926
if (isa<
ConstantPointerNull
>(GEPI0) &&
931
(isa<
ConstantPointerNull
>(Op) &&
1023
if (isa<
ConstantPointerNull
>(SI->getOperand(1)) &&
1029
if (isa<
ConstantPointerNull
>(SI->getOperand(2)) &&
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
CalledValuePropagation.cpp
230
if (isa<
ConstantPointerNull
>(C))
GlobalDCE.cpp
419
F->replaceNonMetadataUsesWith(
ConstantPointerNull
::get(F->getType()));
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.cpp
163
if (isa<
ConstantPointerNull
>(V)) // ptr->ptr cast.
164
return
ConstantPointerNull
::get(cast<PointerType>(DestTy));
662
return
ConstantPointerNull
::get(cast<PointerType>(DestTy));
832
isa<
ConstantPointerNull
>(C) || isa<Function>(C))
1750
//
ConstantPointerNull
).
1756
assert(isa<
ConstantPointerNull
>(V2) && "Canonicalization guarantee!");
1778
//
ConstantPointerNull
).
1787
assert((isa<
ConstantPointerNull
>(V2) || isa<GlobalValue>(V2)) &&
1835
if (isa<
ConstantPointerNull
>(V2)) {
1843
} else if (isa<
ConstantPointerNull
>(CE1Op0))
[
all
...]
Completed in 91 milliseconds
1
2
3
4
Indexes created Tue Jun 16 00:25:01 UTC 2026