Searched refs:ConstantPointerNull (Results 51 - 67 of 67) sorted by relevance

123

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp327 if (isa<ConstantPointerNull>(V))
3343 isa<ConstantPointerNull>(C) ||
H A DSimplifyLibCalls.cpp857 if (isa<ConstantPointerNull>(EndPtr)) {
/external/llvm/lib/Analysis/
H A DValueTracking.cpp251 if (isa<ConstantPointerNull>(V) ||
H A DInstructionSimplify.cpp1691 if (llvm::isKnownNonNull(LHS, TLI) && isa<ConstantPointerNull>(RHS) &&
H A DScalarEvolution.cpp3721 else if (isa<ConstantPointerNull>(V))
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1990 if (isa<ConstantPointerNull>(CV)) {
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2234 } else if (isa<ConstantPointerNull>(Addr)) {
/external/llvm/lib/IR/
H A DAsmWriter.cpp1002 if (isa<ConstantPointerNull>(CV)) {
H A DCore.cpp647 wrap(ConstantPointerNull::get(unwrap<PointerType>(Ty)));
H A DVerifier.cpp2494 Assert1(!isa<ConstantPointerNull>(CI.getArgOperand(1)),
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp743 } else if (isa<ConstantPointerNull>(CV)) {
744 Out << "ConstantPointerNull* " << constName
745 << " = ConstantPointerNull::get(" << typeName << ");";
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2070 if (isa<ConstantPointerNull>(CPV)) {
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2863 llvm::ConstantPointerNull::get(CGM.Int8PtrTy), // Runtime data
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli336 | ConstantPointerNull
748 [ty]. See the method [llvm::ConstantPointerNull::get]. *)
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1139 MachinePointerInfo(ConstantPointerNull::get(PtrType)),
/external/llvm/lib/AsmParser/
H A DLLParser.cpp3028 V = ConstantPointerNull::get(cast<PointerType>(Ty));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1064 if (isa<ConstantPointerNull>(C)) {

Completed in 443 milliseconds

123