reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/IPO/GlobalOpt.cpp
 1202     assert(isa<ConstantPointerNull>(SCI->getOperand(1)));
 1205     Value *NPtr = GetHeapSROAValue(SCI->getOperand(0), 0,
 1208     Value *New = new ICmpInst(SCI, SCI->getPredicate(), NPtr,
 1208     Value *New = new ICmpInst(SCI, SCI->getPredicate(), NPtr,
 1210                               SCI->getName());
 1211     SCI->replaceAllUsesWith(New);
 1212     SCI->eraseFromParent();