Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:IsNull

864           Value *IsNull = new ICmpInst(*EntryBB, ICmpInst::ICMP_EQ, CachedVal,
865 NullPtr, "isNull");
866 BranchInst::Create(LookupBB, DoCallBB, IsNull, EntryBB);