Home | History | Annotate | Download | only in CodeGen

Lines Matching full:isnull

100     llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue);
101 CGF.Builder.CreateCondBr(IsNull, AdjustNull, AdjustNotNull);
335 if (!ResultType->isVoidType() && Slot.isNull())