Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:IsNull

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