Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:IsNull

193     llvm::Value *isNull = Builder.CreateIsNull(Value);
194 Builder.CreateCondBr(isNull, endBB, notNullBB);
256 llvm::Value *IsNull = Builder.CreateIsNull(Value);
257 Builder.CreateCondBr(IsNull, CastNull, CastNotNull);
2196 if (!resultType->isVoidType() && returnSlot.isNull())