reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
411 ConstantInt *CI = dyn_cast<ConstantInt>(V); 412 if (CI || !isa<Constant>(V) || !V->getType()->isPointerTy()) 412 if (CI || !isa<Constant>(V) || !V->getType()->isPointerTy()) 417 IntegerType *PtrTy = cast<IntegerType>(DL.getIntPtrType(V->getType())); 420 if (isa<ConstantPointerNull>(V)) 424 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(V))