Searched refs:CPN (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCaptureTracking.cpp338 if (auto *CPN = dyn_cast<ConstantPointerNull>(I->getOperand(OtherIdx))) {
342 if (CPN->getType()->getAddressSpace() == 0)
H A DBasicAliasAnalysis.cpp1471 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O1))
1472 if (!NullPointerIsDefined(&F, CPN->getType()->getAddressSpace()))
1474 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O2))
1475 if (!NullPointerIsDefined(&F, CPN->getType()->getAddressSpace()))
H A DMemoryBuiltins.cpp760 ObjectSizeOffsetVisitor::visitConstantPointerNull(ConstantPointerNull& CPN) { argument
768 if (Options.NullIsUnknownSize || CPN.getType()->getAddressSpace())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1777 auto *CPN = ConstantPointerNull::get(Type::getInt1PtrTy(getContext(), 0));
1778 Op<0>().set(CPN);
1779 Op<1>().set(CPN);
1780 Op<2>().set(CPN);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1116 ConstantPoolSDNode *CPN = cast<ConstantPoolSDNode>(Op); local
1119 if (auto *CV = dyn_cast<ConstantVector>(CPN->getConstVal())) {
1133 Align Alignment = CPN->getAlign();
1139 if (CPN->isMachineConstantPoolEntry())
1140 T = DAG.getTargetConstantPool(CPN->getMachineCPVal(), ValTy, Alignment,
1145 T = DAG.getTargetConstantPool(CPN->getConstVal(), ValTy, Alignment, Offset,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1996 Constant *CPN = ConstantPointerNull::get(PT);
1997 new StoreInst(CPN, AI, IP);

Completed in 226 milliseconds