reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2306 RHS = RHS->stripPointerCasts(); 2306 RHS = RHS->stripPointerCasts(); 2311 isa<ConstantPointerNull>(RHS) && 2345 Constant *RHSOffset = stripAndComputeConstantOffsets(DL, RHS); 2349 if (LHS == RHS) 2384 (isa<AllocaInst>(RHS) || isa<GlobalVariable>(RHS))) { 2384 (isa<AllocaInst>(RHS) || isa<GlobalVariable>(RHS))) { 2393 getObjectSize(RHS, RHSSize, DL, TLI, Opts)) { 2408 !cast<PointerType>(RHS->getType())->isEmptyTy() && 2420 Constant *RHSNoBound = stripAndComputeConstantOffsets(DL, RHS, true); 2421 if (LHS == RHS) 2433 GetUnderlyingObjects(RHS, RHSUObjs, DL); 2470 llvm::isKnownNonZero(RHS, DL, 0, nullptr, CxtI, DT)) 2472 else if (isAllocLikeFn(RHS, TLI) && 2474 MI = RHS;