Home
last modified time | relevance | path

Searched defs:CPN (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp379 if (auto *CPN = dyn_cast<ConstantPointerNull>(I->getOperand(OtherIdx))) { in DetermineUseCaptureKind() local
H A DBasicAliasAnalysis.cpp1571 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O1)) in aliasCheck() local
1574 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O2)) in aliasCheck() local
H A DMemoryBuiltins.cpp821 ObjectSizeOffsetVisitor::visitConstantPointerNull(ConstantPointerNull &CPN) { in visitConstantPointerNull()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp613 auto *CPN = ConstantPointerNull::get(PointerType::get(getContext(), 0)); in deleteBodyImpl() local
2002 auto *CPN = ConstantPointerNull::get(PointerType::get(getContext(), 0)); in allocHungoffUselist() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp481 auto *CPN = ConstantPointerNull::get(cast<PointerType>(I->getType())); in findBaseDefiningValue() local
2107 Constant *CPN; in relocationViaAlloca() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1132 ConstantPoolSDNode *CPN = cast<ConstantPoolSDNode>(Op); in LowerConstantPool() local